diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/mips-tdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index 741400a..789a0fd 100644 --- a/gcc/mips-tdump.c +++ b/gcc/mips-tdump.c @@ -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"); |