Skip to content

Commit cf99f6d

Browse files
committed
another Window fix
1 parent aed8260 commit cf99f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,7 @@ send_pages(ConnectionArgs* conn_arg, const char *to_fullpath, const char *from_f
19891989
FILE *in = NULL;
19901990
FILE *out = NULL;
19911991
int hdr_num = -1;
1992-
uint cur_pos_out = 0;
1992+
off_t cur_pos_out = 0;
19931993
char curr_page[BLCKSZ];
19941994
int n_blocks_read = 0;
19951995
BlockNumber blknum = 0;

0 commit comments

Comments
 (0)