diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-15 14:13:42 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-08-15 14:13:42 +0200 |
commit | f4007c7ff3d1f1f686bf3c74399027f7d91de86b (patch) | |
tree | 51b441aafdc662c09ea76d73b7e43f1ce8e7f028 /HISTORY | |
parent | 4a9fd9b097c0c1bbd37b436bbd4bb0a6a6bf78a9 (diff) | |
download | vdr-f4007c7ff3d1f1f686bf3c74399027f7d91de86b.tar.gz vdr-f4007c7ff3d1f1f686bf3c74399027f7d91de86b.tar.bz2 |
cTimeMs is no longer initialized to the current time if the value given to the constructor is negative1.7.20
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6695,3 +6695,6 @@ Video Disk Recorder Revision History can be used together with --edit to set the maximum video file size and turn on splitting edited files at the editing marks. These options must be given before --edit to have an effect. +- cTimeMs is no longer initialized to the current time if the value given to the + constructor is negative (avoids the "cTimeMs: using monotonic clock..." log message + before VDR's starting log message). |