summaryrefslogtreecommitdiff
path: root/command/markad-standalone.cpp
diff options
context:
space:
mode:
authorJochen Dolze <vdr@dolze.de>2010-11-22 01:17:28 +0100
committerJochen Dolze <vdr@dolze.de>2010-11-22 01:17:28 +0100
commit2e9d23ab5e3cc12ce58042afdc2d77d098fd498e (patch)
tree2f5887a3b32d4627d6658f1a44998d9145332900 /command/markad-standalone.cpp
parent1da680d035c377fa6ec94cc97f786f43b07eea2b (diff)
downloadvdr-plugin-markad-2e9d23ab5e3cc12ce58042afdc2d77d098fd498e.tar.gz
vdr-plugin-markad-2e9d23ab5e3cc12ce58042afdc2d77d098fd498e.tar.bz2
Fixed bug found by neptunvasja
Diffstat (limited to 'command/markad-standalone.cpp')
-rw-r--r--command/markad-standalone.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/markad-standalone.cpp b/command/markad-standalone.cpp
index 3c3b6be..35527f0 100644
--- a/command/markad-standalone.cpp
+++ b/command/markad-standalone.cpp
@@ -1301,7 +1301,7 @@ bool cMarkAdStandalone::ProcessFile(int Number)
if (macontext.Video.Info.FramesPerSecond<0)
{
macontext.Video.Info.FramesPerSecond*=-1;
- if (!setFrameRate) isyslog("framerate in info wrong, setting to %.f",macontext.Video.Info.FramesPerSecond);
+ if (!setFrameRate) isyslog("framerate wrong or unset, using %.f",macontext.Video.Info.FramesPerSecond);
setFrameRate=true;
}