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 b3ad9649bc
commit faf980ffb5

View File

@@ -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)
{