diff options
Diffstat (limited to 'ar.c')
-rw-r--r-- | ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ extern int ar_main(int argc, char **argv) | |||
216 | if (funct & verbose) { | 216 | if (funct & verbose) { |
217 | printf("%s %d/%d %8d %s ", mode_string(extract_list->mode), | 217 | printf("%s %d/%d %8d %s ", mode_string(extract_list->mode), |
218 | extract_list->uid, extract_list->gid, | 218 | extract_list->uid, extract_list->gid, |
219 | extract_list->size, time_string(extract_list->mtime)); | 219 | (int) extract_list->size, time_string(extract_list->mtime)); |
220 | } | 220 | } |
221 | if ((funct & display) || (funct & verbose)){ | 221 | if ((funct & display) || (funct & verbose)){ |
222 | printf("%s\n", extract_list->name); | 222 | printf("%s\n", extract_list->name); |