summaryrefslogtreecommitdiffstats
path: root/source/client/clitar.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/client/clitar.c')
-rw-r--r--source/client/clitar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/clitar.c b/source/client/clitar.c
index 2beb669de90..50a46c70007 100644
--- a/source/client/clitar.c
+++ b/source/client/clitar.c
@@ -1718,7 +1718,7 @@ int tar_parseargs(int argc, char *argv[], char *Optarg, int Optind)
SMB_STRUCT_STAT stbuf;
extern time_t newer_than;
- if (sys_stat(dos_to_unix(argv[Optind],False), &stbuf) == 0) {
+ if (sys_stat(dos_to_unix_static(argv[Optind]), &stbuf) == 0) {
newer_than = stbuf.st_mtime;
DEBUG(1,("Getting files newer than %s",
asctime(LocalTime(&newer_than))));