diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-05-08 11:23:56 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-05-08 11:23:56 +0200 |
commit | 06b8fe94ef8e07dde1ff7cc33d9d940448fb1109 (patch) | |
tree | 789fe78776241055f2adc322c4a2ce693ae7ff59 /CONTRIBUTORS | |
parent | 4f7523a3a29297079aac404f4f5021dec6ddbe97 (diff) | |
download | vdr-06b8fe94ef8e07dde1ff7cc33d9d940448fb1109.tar.gz vdr-06b8fe94ef8e07dde1ff7cc33d9d940448fb1109.tar.bz2 |
Renamed the function cString::sprintf(const char *fmt, va_list &ap) to vsprintf()
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 324b37ab..346c3863 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2593,6 +2593,9 @@ Sundararaj Reel <sundararaj.reel@googlemail.com> for reporting a memory leak in cRecordings::ScanVideoDir() in case there are too many link levels for reporting a bug in cListBase::Move() in case From and To are equal + for reporting a problem with the function cString::sprintf(const char *fmt, va_list &ap), + that might inadvertently be called with a 'char *' as the second argument on some + compilers and cause a crash Ales Jurik <ajurik@quick.cz> for reporting broken SI data on Czech/Slovak channels after changing the default |