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:
parent
129a9a4d4b
commit
1cece21246
@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user