From a8aff598f42a7479a2c43cbd04064cbbcf150599 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 30 Mar 1999 10:41:07 +0000 Subject: declare ttarf as double, as in client.c (This used to be commit dfcfeb743a7667c9dedf3d2b04587c497af12893) --- source3/client/clitar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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 */ -- cgit