Skip to content

Commit

Permalink
Make sparse_seek an OFF_T (pointed out by Pedro Valasco).
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Nov 12, 2008
1 parent b3ad964 commit faf980f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fileio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit faf980f

Please sign in to comment.