Merge tag '1.2.3' into integrate/1.2.3

This commit is contained in:
Ailin Nemui 2021-04-09 19:03:41 +02:00
commit 645d80d3b8
2 changed files with 40 additions and 2 deletions

View file

@ -236,7 +236,7 @@ void textbuffer_line2text(TEXT_BUFFER_REC *buffer, LINE_REC *line, int coloring,
g_return_if_fail(line != NULL);
g_return_if_fail(str != NULL);
g_string_truncate(str, 0);
g_string_truncate(str, 0);
if ((ptr = textbuffer_line_get_text(buffer, line, coloring == COLORING_RAW)) != NULL) {
if (coloring == COLORING_STRIP) {