summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-08-15 15:24:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-08-15 15:24:54 +0200
commitfc19cf3527d42d88f428b6fa7a935c2dc7cfe781 (patch)
treeb2fffbbd57d46fd1243c40bc139244aa50bcdbfc /HISTORY
parent79c7d1fe9b8f945cd568651f0393c91159be1760 (diff)
downloadvdr-fc19cf3527d42d88f428b6fa7a935c2dc7cfe781.tar.gz
vdr-fc19cf3527d42d88f428b6fa7a935c2dc7cfe781.tar.bz2
Fixed staying off the end of an ongoing recording while replaying in time shift mode
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 68bc5af9..d5143176 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2298,3 +2298,5 @@ Video Disk Recorder Revision History
- Made crc32() a static function in libdtv/libsi/si_parser.c to avoid a name clash
when using other libraries that also implement a function by that name (thanks
to Reinhard Nissl for reporting this one).
+- Fixed staying off the end of an ongoing recording while replaying in time shift
+ mode (thanks to Rainer Zocholl for reporting this one).