SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446)
authorLuke Leighton <lkcl@samba.org>
Thu, 25 Mar 1999 21:01:08 +0000 (21:01 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 25 Mar 1999 21:01:08 +0000 (21:01 +0000)
(This used to be commit 1cece2124601fad6f5f9e3e16c4b0848ec9be249)

source3/client/client.c

index a4bcd462b11cf55228a761d87741b52f0a7c36b8..f42a3271224fa71346334e7d77b91b0b63c532bc 100644 (file)
@@ -463,7 +463,7 @@ static void cmd_du(void)
 
        do_dskattr();
 
-       DEBUG(0, ("Total number of bytes: %d\n", dir_total));
+       DEBUG(0, ("Total number of bytes: %llu\n", dir_total));
 }