[Bug 4435] listing of files in long format shows incorrect sizes
bugzilla at busybox.net
bugzilla at busybox.net
Thu Nov 3 04:04:24 UTC 2011
https://bugs.busybox.net/show_bug.cgi?id=4435
--- Comment #6 from parvata <parvata at rocketmail.com> 2011-11-03 04:04:23 UTC ---
actually we fixed the issue by doing a similar change as the code:
bb_error_msg("size:%llu", (long long)(cur->dn_size));
The casting worked and displayed the file sizes correctly. Just wanted to know
if you have any known issues or fixes to what we are seeing. I will with the
above changes and post the output from the resulting changes.
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list