* fileopctx.h (struct FileOpContext): Use off_t for offset.

This commit is contained in:
Andrew V. Samoilov 2004-10-06 18:06:26 +00:00
parent 687f435740
commit df27244006
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-10-06 Alexander Savelyev <i@fano.com.ua>
* fileopctx.h (struct FileOpContext): Use off_t for offset.
2004-10-05 Miroslav Rudisin <miero+gnu@atrey.karlin.mff.cuni.cz>
* util.c(strip_password): Add support for '@' in username.

View File

@ -55,7 +55,7 @@ typedef struct FileOpContext {
int recursive_result;
/* Whether to do a reget */
int do_reget;
off_t do_reget;
/* Controls appending to files */
int do_append;