1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-08 13:49:29 +03:00

declare ttarf as double, as in client.c

(This used to be commit dfcfeb743a)
This commit is contained in:
Alexandre Oliva
1999-03-30 10:41:07 +00:00
parent d963fb524c
commit a8aff598f4

View File

@ -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 */