Commit 46ab9205 by Richard Kenner

(print_global_hdr): Fix typo in cast in ctime call.

From-SVN: r5783
parent 0e576005
......@@ -755,7 +755,7 @@ void
print_global_hdr (ptr)
struct filehdr *ptr;
{
char *time = ctime ((off_t *)&ptr->f_timdat);
char *time = ctime ((time_t *)&ptr->f_timdat);
ushort flags = ptr->f_flags;
printf("Global file header:\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment