summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-29 11:43:58 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-29 11:43:58 +0100
commit0358b2abb8478c9bf1033c6fec9ca9e302793101 (patch)
tree2a8bd1fc90007752f5a5497b61f5fb4af61baadf /HISTORY
parentd9b623619146914472123a635125933ca56555fe (diff)
downloadvdr-0358b2abb8478c9bf1033c6fec9ca9e302793101.tar.gz
vdr-0358b2abb8478c9bf1033c6fec9ca9e302793101.tar.bz2
Checking the return value of '...FileReady...' calls in dvbapi.c for better performance under heavy system load
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2e0aa032..dfa6286b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1141,3 +1141,5 @@ Video Disk Recorder Revision History
- New command command line option '-V' to display the VDR version.
- Adjusting column width for channel numbers in case there are more than 999
channels.
+- Checking the return value of '...FileReady...' calls in dvbapi.c for better
+ performance under heavy system load.