Fixed cUnbufferedFile::Seek() in case it is compiled without USE_FADVISE

This commit is contained in:
Klaus Schmidinger
2011-03-20 15:25:06 +01:00
parent d7d57c3d2a
commit a914aed05a
3 changed files with 9 additions and 3 deletions

View File

@@ -2672,3 +2672,6 @@ Frank Neumann <frank.neumann@hp.com>
Gerald Dachs <vdr@dachsweb.de>
for reporting a problem with checking for minimum line length of 21 characters in
the LIRC receiver code
Juergen Lock <vdr-l@jelal.kn-bremen.de>
for fixing cUnbufferedFile::Seek() in case it is compiled without USE_FADVISE