From 74f9cbf82d9072984b77eca495cbb31279f68939 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sat, 6 Oct 2012 20:15:34 +0200 Subject: Only save marks file when marks are changing (found by hondansx) --- command/marks.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'command/marks.cpp') diff --git a/command/marks.cpp b/command/marks.cpp index f8a9b85..b212ef0 100644 --- a/command/marks.cpp +++ b/command/marks.cpp @@ -735,5 +735,6 @@ bool clMarks::Save(const char *Directory, double FrameRate, bool isTS, bool Forc } } free(fpath); + savedcount=count; return true; } -- cgit v1.2.3