mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
I noticed that "tar tvjf file.tbz" was segfaulting. This fixed it.
This commit is contained in:
parent
64a5f96780
commit
5412843e79
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user