summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-01-01 15:44:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-01-01 15:44:52 +0100
commit68d59e292124abc89432e8403c4c2b7441c55f7c (patch)
tree52433792ff27e1c205f67d9d4018099039361182 /HISTORY
parent491c6d0a859c98b7da69b5b4a01be0133fdfdc1c (diff)
downloadvdr-68d59e292124abc89432e8403c4c2b7441c55f7c.tar.gz
vdr-68d59e292124abc89432e8403c4c2b7441c55f7c.tar.bz2
Fixed compiler warnings "format not a string literal and no format arguments" in some syslog calls
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a1f647da..f83de336 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).