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:
Timo Sirainen 2000-11-27 17:18:58 +00:00 committed by cras
commit cd3577ef66
2 changed files with 4 additions and 2 deletions

View file

@ -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);