From 2e9d23ab5e3cc12ce58042afdc2d77d098fd498e Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 22 Nov 2010 01:17:28 +0100 Subject: Fixed bug found by neptunvasja --- command/markad-standalone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/markad-standalone.cpp') 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; } -- cgit v1.2.3