diff options
Diffstat (limited to 'command/marks.cpp')
-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 543ed0d..8587e0d 100644 --- a/command/marks.cpp +++ b/command/marks.cpp @@ -92,6 +92,7 @@ void clMarks::Del(clMark *Mark) { // we are the last Mark->Prev()->SetNext(NULL); + last=Mark->Prev(); } } delete Mark; |