cperciva 2008-05-23 04:57:28 UTC
FreeBSD src repository
Modified files:
lib/libarchive archive_entry_strmode.c
Log:
We only use the string "?rwxrwxrwx " once, so inline it rather than
declaring a variable which points to it. Aside from eliminating a
line of code and one level of unnecessary indirection, this eliminates
a false positive in Coverity.
Revision Changes Path
1.3 +1 -2 src/lib/libarchive/archive_entry_strmode.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"