diff options
Diffstat (limited to 'source4/client/clitar.c')
-rw-r--r-- | source4/client/clitar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/client/clitar.c b/source4/client/clitar.c index 356709b915..cd3c9f2310 100644 --- a/source4/client/clitar.c +++ b/source4/client/clitar.c @@ -1683,7 +1683,7 @@ int tar_parseargs(int argc, char *argv[], const char *Optarg, int Optind) if (sys_stat(argv[Optind], &stbuf) == 0) { newer_than = stbuf.st_mtime; DEBUG(1,("Getting files newer than %s", - asctime(LocalTime(&newer_than)))); + asctime(localtime(&newer_than)))); Optind++; } else { DEBUG(0,("Error setting newer-than time\n")); |