diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 14:53:41 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2011-12-04 14:53:41 +0100 |
commit | 04e538072340d9ba7d0342fe59c755e4c8687775 (patch) | |
tree | c13fbc77db368e190c564131648e70cdb4805b26 /HISTORY | |
parent | 989fa21a21bc68bdb8af3a4421169e65ebee356e (diff) | |
download | vdr-04e538072340d9ba7d0342fe59c755e4c8687775.tar.gz vdr-04e538072340d9ba7d0342fe59c755e4c8687775.tar.bz2 |
Replaced all calls to sleep() with cCondWait::SleepMs()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6778,3 +6778,4 @@ Video Disk Recorder Revision History - Changed the default location for the LIRC socket to /var/run/lirc/lircd (thanks to Ville Skyttä). - Added file name and line number to LOG_ERROR_STR() (thanks to Rolf Ahrenberg). +- Replaced all calls to sleep() with cCondWait::SleepMs() (thanks to Rolf Ahrenberg). |