From 3ef5456ff25a4cbdcde187eab89d1e6f40207cde Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 25 Sep 2016 10:43:53 +0200 Subject: Fixed typo from last commit --- 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 c137d30..fb88cca 100644 --- a/command/markad-standalone.cpp +++ b/command/markad-standalone.cpp @@ -1017,7 +1017,7 @@ void cMarkAdStandalone::Process2ndPass() int frange_begin=p1->position-frange; // 120 seconds before first mark if (frange_begin<0) frange_begin=0; // but not before beginning of broadcast - if (marks.ReadIndex(directory,isTS,p1->position-frange,frange_begin,&number,&offset,&frame,&iframes)) + if (marks.ReadIndex(directory,isTS,frange_begin,frange,&number,&offset,&frame,&iframes)) { if (!ProcessFile2ndPass(&p1,NULL,number,offset,frame,iframes)) break; -- cgit v1.2.3