Make sparse_seek an OFF_T (pointed out by Pedro Valasco).
authorWayne Davison <wayned@samba.org>
Wed, 12 Nov 2008 02:05:27 +0000 (18:05 -0800)
committerWayne Davison <wayned@samba.org>
Wed, 12 Nov 2008 02:05:27 +0000 (18:05 -0800)
fileio.c

index 5b55a0ca62c96a847b46b48ebdf688cd5d7ba00b..822bb1a837fea19f650b773ab5df9b7bd6d65bc7 100644 (file)
--- a/fileio.c
+++ b/fileio.c
@@ -29,7 +29,7 @@
 extern int sparse_files;
 
 static char last_byte;
-static size_t sparse_seek = 0;
+static OFF_T sparse_seek = 0;
 
 int sparse_end(int f)
 {