diff options
Diffstat (limited to 'archive-zip.c')
-rw-r--r-- | archive-zip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archive-zip.c b/archive-zip.c index a776d8359c..42df66080a 100644 --- a/archive-zip.c +++ b/archive-zip.c @@ -261,7 +261,8 @@ static void dos_time(time_t *time, int *dos_date, int *dos_time) *dos_time = t->tm_sec / 2 + t->tm_min * 32 + t->tm_hour * 2048; } -static int write_zip_archive(struct archiver_args *args) +static int write_zip_archive(const struct archiver *ar, + struct archiver_args *args) { int err; |