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 | dfcfeb743a7667c9dedf3d2b04587c497af12893 (patch) | |
tree | 43e1a960b287c3422eaa1c29729bd7a697f2b962 | |
parent | b482ac8fc4948ead79be8dd08c8386449f12e5f6 (diff) | |
download | samba-dfcfeb743a7667c9dedf3d2b04587c497af12893.tar.gz samba-dfcfeb743a7667c9dedf3d2b04587c497af12893.tar.xz samba-dfcfeb743a7667c9dedf3d2b04587c497af12893.zip |
declare ttarf as double, as in client.c
-rw-r--r-- | source/client/clitar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/clitar.c b/source/client/clitar.c index a7586fcb5e0..0b7cf6f54d5 100644 --- a/source/client/clitar.c +++ b/source/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 */ |