diff options
Diffstat (limited to 'command/marks.cpp')
-rw-r--r-- | command/marks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |