Fixed compiler warnings "format not a string literal and no format arguments" in some syslog calls

This commit is contained in:
Klaus Schmidinger
2010-01-01 15:44:52 +01:00
parent 491c6d0a85
commit 68d59e2921
6 changed files with 12 additions and 8 deletions

View File

@@ -6247,3 +6247,5 @@ Video Disk Recorder Revision History
IMPORTANT NOTE TO PLUGIN AUTHORS: a plugin that implements a derived cDevice
class that can replay video must now call the MakePrimaryDevice() function of
its base class.
- Fixed compiler warnings "format not a string literal and no format arguments"
in some syslog calls (thanks to Rolf Ahrenberg).