summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-17 14:36:45 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-17 14:36:45 +0200
commit4d0297b804b47d1d14c1b97b146d6e071f41cd97 (patch)
treeddf35af10783f8428c496b3f43b3cf69f46e3210 /HISTORY
parentcb03e38a07df9d32db6762f8b3f13c801dd7c758 (diff)
downloadvdr-4d0297b804b47d1d14c1b97b146d6e071f41cd97.tar.gz
vdr-4d0297b804b47d1d14c1b97b146d6e071f41cd97.tar.bz2
Reduced the number of time(NULL) calls in vdr.c's main loop to a single call
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 575a5e12..5cc45fca 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5368,3 +5368,5 @@ Video Disk Recorder Revision History
- Some optimizations in cDvbDevice::SetChannelDevice() (thanks to Tobias Bratfisch).
- Optimized cMenuEditChrItem::Set() (thanks to Tobias Bratfisch).
- Optimized cNitFilter::Process() (thanks to Tobias Bratfisch).
+- Reduced the number of time(NULL) calls in vdr.c's main loop to a single call
+ (thanks to Tobias Bratfisch).