diff options
-rw-r--r-- | degesch.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4221,8 +4221,7 @@ buffer_merge (struct app_context *ctx, merged->lines = NULL; else if (start->prev) start->prev->next = NULL; - if (start == merged->lines_tail) - merged->lines_tail = start->prev; + merged->lines_tail = start->prev; merged->lines_count -= n; // And append them to current lines in the buffer |