X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9dd891bb28f6cc558b87905f1adc5e3d4180b6b3..fcb69e5cdcfdfd0bdcea2127e5f4c9133a2282b9:/fileio.c diff --git a/fileio.c b/fileio.c index 3ed28036..92631bc7 100644 --- a/fileio.c +++ b/fileio.c @@ -1,5 +1,6 @@ /* Copyright (C) Andrew Tridgell 1998 + Copyright (C) 2002 by Martin Pool This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,7 +39,7 @@ int sparse_end(int f) static int write_sparse(int f,char *buf,size_t len) { - int l1=0,l2=0; + size_t l1=0, l2=0; int ret; for (l1=0;l1 0) do_lseek(f,l2,SEEK_CUR);