diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-06-30 20:14:13 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-06-30 20:14:13 +0000 |
| commit | 2512f2fe3b8986d705644f67b757eb4a386a158e (patch) | |
| tree | e9161fc82a6530f0db1e4ecfbf3b8ac5bc616cb1 /gnu/usr.bin/tar/gnu.c | |
| parent | c15a5b80be7f54bb75ffcd2ade727b1105f0c71a (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/tar/gnu.c')
| -rw-r--r-- | gnu/usr.bin/tar/gnu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/gnu.c b/gnu/usr.bin/tar/gnu.c index d3a04463082e4..b51618e209af4 100644 --- a/gnu/usr.bin/tar/gnu.c +++ b/gnu/usr.bin/tar/gnu.c @@ -173,7 +173,7 @@ write_dir_file () msg_perror ("Can't write to %s", gnu_dumpfile); return; } - fprintf (fp, "%lu\n", this_time); + fprintf (fp, "%lu\n", (unsigned long) this_time); for (dp = dir_list; dp; dp = dp->next) { if (!dp->dir_text) |
