I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.

This commit is contained in:
Rob Landley 2005-11-12 02:54:06 +00:00
parent 64a5f96780
commit 5412843e79

View File

@ -6,7 +6,7 @@
extern void header_verbose_list(const file_header_t *file_header)
{
struct tm *mtime = localtime(&file_header->mtime);
struct tm *mtime = localtime(&(file_header->mtime));
printf("%s %d/%d%10u %4u-%02u-%02u %02u:%02u:%02u %s",
bb_mode_string(file_header->mode),