diff options
-rw-r--r-- | source3/client/clitar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/clitar.c b/source3/client/clitar.c index a7586fcb5e..0b7cf6f54d 100644 --- a/source3/client/clitar.c +++ b/source3/client/clitar.c @@ -86,7 +86,7 @@ static uint16 attribute = aDIR | aSYSTEM | aHIDDEN; static char *tarbuf, *buffer_p; static int tp, ntarf, tbufsiz; -static SMB_BIG_UINT ttarf; +static double ttarf; /* Incremental mode */ BOOL tar_inc=False; /* Reset archive bit */ |