summaryrefslogtreecommitdiff
path: root/source3/client
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@samba.org>1999-03-30 10:41:07 +0000
committerAlexandre Oliva <oliva@samba.org>1999-03-30 10:41:07 +0000
commita8aff598f42a7479a2c43cbd04064cbbcf150599 (patch)
treedcff6e66fa6c05c9855ed9907b06aac4bc313bc8 /source3/client
parentd963fb524c00a6721a3f40fa843785e912a6c487 (diff)
downloadsamba-a8aff598f42a7479a2c43cbd04064cbbcf150599.tar.gz
samba-a8aff598f42a7479a2c43cbd04064cbbcf150599.tar.bz2
samba-a8aff598f42a7479a2c43cbd04064cbbcf150599.zip
declare ttarf as double, as in client.c
(This used to be commit dfcfeb743a7667c9dedf3d2b04587c497af12893)
Diffstat (limited to 'source3/client')
-rw-r--r--source3/client/clitar.c2
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 */