From f71889cd4de662eb29d706f8659e86d13a076fd2 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Thu, 17 May 2012 12:48:45 +0200 Subject: Fixed warnings from cppcheck Added setup menu entry to prevent deferred shutdown Added many logos from contributors --- command/marks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/marks.cpp') diff --git a/command/marks.cpp b/command/marks.cpp index 8909e3c..f8a9b85 100644 --- a/command/marks.cpp +++ b/command/marks.cpp @@ -663,7 +663,7 @@ bool clMarks::Load(const char *Directory, double FrameRate, bool isTS) { char descr[256]=""; f=1; - int n=sscanf(line,"%d:%d:%d.%d %80c",&h,&m,&s,&f,(char *) &descr); + int n=sscanf(line,"%3d:%02d:%02d.%02d %80c",&h,&m,&s,&f,(char *) &descr); if (n==1) { Add(0,h); -- cgit v1.2.3