cvs commit: src/lib/libarchive archive_entry_strmode.c
Colin Percival
cperciva at FreeBSD.org
Fri May 23 04:57:30 UTC 2008
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
More information about the cvs-src
mailing list