mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to avoid problems on 64-bit machines
This commit is contained in:
4
HISTORY
4
HISTORY
@@ -4986,7 +4986,7 @@ Video Disk Recorder Revision History
|
||||
- Fixed displaying the replay mode symbol in case of "Multi speed mode" (reported
|
||||
by Marco Schl<68><6C>ler).
|
||||
|
||||
2006-12-01: Version 1.4.4-1
|
||||
2006-12-02: Version 1.4.4-1
|
||||
|
||||
- Some improvements to the man pages (thanks to Ville Skytt<74>).
|
||||
- Fixed a possible segfault in cSkins::Message() (thanks to Udo Richter).
|
||||
@@ -5006,3 +5006,5 @@ 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
|
||||
avoid problems on 64-bit machines.
|
||||
|
Reference in New Issue
Block a user