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

@@ -6567,3 +6567,5 @@ Video Disk Recorder Revision History
- Made updating the editing marks during replay react faster in case the marks
file has just been written.
- Fixed horizontal scaling of subtitles (reported by Reinhard Nissl).
- Fixed cUnbufferedFile::Seek() in case it is compiled without USE_FADVISE (thanks
to Juergen Lock).