1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-30 06:45:25 +00:00
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3207 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2004-01-19 19:00:25 +00:00 committed by cras
parent 4c1628e25d
commit f239784fd0

View File

@ -241,6 +241,7 @@ static void paste_buffer_join_lines(GArray *buf)
memmove(last_lf_pos+1, last_lf_pos,
dest - last_lf_pos);
*last_lf_pos = '\n'; last_lf_pos = NULL;
line_len = 0;
dest++;
}
*dest++ = arr[i];