[Bug 1045] unzip unix attributes

bugzilla at busybox.net bugzilla at busybox.net
Mon Feb 22 10:21:47 UTC 2010


https://bugs.busybox.net/show_bug.cgi?id=1045





--- Comment #3 from Denys Vlasenko <vda.linux at googlemail.com>  2010-02-22 10:21:46 UTC ---
Indentation is still broken.

Style: fstat( dst_fn, &st ) -- do you see that the rest of the file does not
have spaces inside ()s?

Finally, there is a bug:

archival/unzip.c: In function ‘unzip_main’:
archival/unzip.c:494: warning: ISO C90 forbids mixed declarations and code
archival/unzip.c:621: warning: ISO C90 forbids mixed declarations and code
archival/unzip.c:622: warning: passing argument 1 of ‘fstat’ makes integer
from pointer without a cast
/usr/include/sys/stat.h:220: note: expected ‘int’ but argument is of type
‘char *’


-- 
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