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 5b55a0c..822bb1a 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)
 {