diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-23 11:23:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-23 11:23:17 +0200 |
commit | 33397874da5b29b16bcac13624160a89eb010058 (patch) | |
tree | 5a309d5349949b4a4a5ddb49b501c61917b6ed5d /HISTORY | |
parent | d7c8025fba61355f6b7f8e306c930da11525cb63 (diff) | |
download | vdr-33397874da5b29b16bcac13624160a89eb010058.tar.gz vdr-33397874da5b29b16bcac13624160a89eb010058.tar.bz2 |
Fixed a format string in recording.c to avoid a compiler warning on 64bit systems
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4643,3 +4643,6 @@ Video Disk Recorder Revision History - Fixed some missing '-' in the German OSD texts (thanks to Walter Koch). - Added an error message about plugins that don't honor APIVERSION in their Makefile (based on a suggestion by Udo Richter). +- Fixed a format string in recording.c to avoid a compiler warning on 64bit systems + (thanks to Christian Wieninger for reporting, and Werner Schweer for pointing out + that the 'z' modifier should be used here). |