mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
r13091: Fix gcc warning about using '0' with %s.
Jeremy. (This used to be commit 5f5f87584fec7fdeefeb54de0cb72ae5b1ac9dd4)
This commit is contained in:
parent
be7fb35eff
commit
bdc6f05af5
@ -166,7 +166,7 @@ static void print_brl(SMB_DEV_T dev, SMB_INO_T ino, struct process_id pid,
|
|||||||
}
|
}
|
||||||
count++;
|
count++;
|
||||||
|
|
||||||
d_printf("%08s %05x:%05x %s %9.0f %9.0f\n",
|
d_printf("%8s %05x:%05x %s %9.0f %9.0f\n",
|
||||||
procid_str_static(&pid), (int)dev, (int)ino,
|
procid_str_static(&pid), (int)dev, (int)ino,
|
||||||
lock_type==READ_LOCK?"R":"W",
|
lock_type==READ_LOCK?"R":"W",
|
||||||
(double)start, (double)size);
|
(double)start, (double)size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user