mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* fileopctx.h (struct FileOpContext): Use off_t for offset.
This commit is contained in:
parent
687f435740
commit
df27244006
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user