1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446)

This commit is contained in:
Luke Leighton 0001-01-01 00:00:00 +00:00
parent 129a9a4d4b
commit 1cece21246

View 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));
}