mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Merge:
- "Fix lingering large offset problems in smbtar etc."
This commit is contained in:
parent
da216706a4
commit
ba53df64ca
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user