diff options
author | Alexandre Oliva <oliva@samba.org> | 1999-03-30 10:41:07 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1999-03-30 10:41:07 +0000 |
commit | a8aff598f42a7479a2c43cbd04064cbbcf150599 (patch) | |
tree | dcff6e66fa6c05c9855ed9907b06aac4bc313bc8 | |
parent | d963fb524c00a6721a3f40fa843785e912a6c487 (diff) | |
download | samba-a8aff598f42a7479a2c43cbd04064cbbcf150599.tar.gz samba-a8aff598f42a7479a2c43cbd04064cbbcf150599.tar.xz samba-a8aff598f42a7479a2c43cbd04064cbbcf150599.zip |
declare ttarf as double, as in client.c
(This used to be commit dfcfeb743a7667c9dedf3d2b04587c497af12893)
-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 a7586fcb5e0..0b7cf6f54d5 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 */ |