diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-04 13:05:45 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-01-04 13:05:45 +0100 |
commit | e72bff8938efd6fe2b0a01219b75a8729191f07c (patch) | |
tree | 075ddabc659e644b939c66627bf01d16c45ea2ed | |
parent | 9e2fcf1ebf8c182b1cf2cd55033cded129b53022 (diff) | |
download | vdr-e72bff8938efd6fe2b0a01219b75a8729191f07c.tar.gz vdr-e72bff8938efd6fe2b0a01219b75a8729191f07c.tar.bz2 |
Fixed a typo
-rw-r--r-- | HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5006,7 +5006,7 @@ Video Disk Recorder Revision History and waiting for 5 minutes before calling it again (thanks to Jörg Wendel for reporting that cPlugin::Active() was called too often, and to Udo Richter for some hints on how to improve this). -- Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to +- Replaced 'unsigned long' with 'uint32_t' and 'uint64' with 'uint64_t' to avoid problems on 64-bit machines. 2006-12-03: Version 1.4.4-2 |