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 /CONTRIBUTORS | |
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 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 46efc30a..cda2ec5e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1737,6 +1737,7 @@ Christian Wieninger <cwieninger@gmx.de> for suggesting to add cMenuEditStrItem::InEditMode() for his idea of going directly into the "Edit timer" menu for a timer created from the "Schedule" menu in case it starts withing the next two minutes + for reporting a problem with a format string in recording.c on 64bit systems Thiemo Gehrke <tgehrke@reel-multimedia.com> for suggesting to add a setup option to turn off the automatic timeout of the @@ -1857,3 +1858,7 @@ Peter Juszack <vdr@unterbrecher.de> Pierre Briec <pbriec@free.fr> for translating OSD texts to the French language + +Werner Schweer <ws@seh.de> + for pointing out that the 'z' printf modifier should be used for 'size_t' type + arguments |