Renamed the function cString::sprintf(const char *fmt, va_list &ap) to vsprintf()

This commit is contained in:
Klaus Schmidinger
2012-05-08 11:23:56 +02:00
parent 4f7523a3a2
commit 06b8fe94ef
6 changed files with 14 additions and 8 deletions

View File

@@ -7096,3 +7096,6 @@ Video Disk Recorder Revision History
- Fixed a possible high CPU load when pausing replay (thanks to Reinhard Nissl).
- Fixed character comparisons in cSubtitleObject::DecodeCharacterString() (reported
by Reinhard Mantey).
- Renamed the function cString::sprintf(const char *fmt, va_list &ap) to vsprintf(),
because it might inadvertently be called with a 'char *' as the second argument on
some compilers and cause a crash (reported by Sundararaj Reel).