1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
- "Fix lingering large offset problems in smbtar etc."
This commit is contained in:
Tim Potter 0001-01-01 00:00:00 +00:00
parent da216706a4
commit ba53df64ca

View File

@ -1089,7 +1089,7 @@ static char * get_longfilename(file_info2 finfo)
BOOL first = True;
DEBUG(5, ("Restoring a long file name: %s\n", finfo.name));
DEBUG(5, ("Len = %d\n", (int)finfo.size));
DEBUG(5, ("Len = %.0f\n", (double)finfo.size));
if (longname == NULL) {