diff options
-rw-r--r-- | command/marks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |