Make sparse_seek an OFF_T (pointed out by Pedro Valasco).

This commit is contained in:
Wayne Davison
2008-11-11 18:05:27 -08:00
parent af03a7049c
commit 49818a8378

View File

@@ -28,7 +28,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)
{