mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Using cString::sprintf() instead of asprintf()
This commit is contained in:
4
HISTORY
4
HISTORY
@@ -5616,3 +5616,7 @@ Video Disk Recorder Revision History
|
||||
- Limiting the length of the recording name in timers created via SVDRP in case VDR
|
||||
is run with --vfat, in order to avoid names that are too long for Windows
|
||||
(suggested by Rolf Ahrenberg).
|
||||
- Using cString::sprintf() instead of asprintf() (thanks to Wolfgang Rohdewald
|
||||
for pointing out a possible problem if the return value is not checked).
|
||||
Plugin authors may want to consider doing the same. For convenience there is now
|
||||
an additional version of cString::sprintf() that accepts a va_list parameter.
|
||||
|
Reference in New Issue
Block a user