commit | b790b435daa3351067f80a5973b647f8d55367a2 | [log] [tgz] |
---|---|---|
author | Lasse Collin <lasse.collin@tukaani.org> | Fri Jun 28 14:55:37 2013 +0300 |
committer | Lasse Collin <lasse.collin@tukaani.org> | Fri Jun 28 14:55:37 2013 +0300 |
tree | 8293f3bb4ef729ea06326a8fe2c64a7a14ab213d | |
parent | 84d2da6c9dc252f441deb7626c2522202b005d4d [diff] |
xz: Fix assertion related to posix_fadvise(). Input file can be a FIFO or something else that doesn't support posix_fadvise() so don't check the return value even with an assertion. Nothing bad happens if the call to posix_fadvise() fails.