mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
fixed text buffer crash when scrollback got full
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@893 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
95bc994779
commit
cd3577ef66
2 changed files with 4 additions and 2 deletions
|
|
@ -926,6 +926,7 @@ static char *line_read_format(unsigned const char **text)
|
|||
continue;
|
||||
} else if (**text & 0x80)
|
||||
(*text)++;
|
||||
continue;
|
||||
}
|
||||
|
||||
g_string_append_c(str, (char) **text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue