mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
fix
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3210 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
713e45a977
commit
3ccbd0405b
@ -247,7 +247,7 @@ static void paste_buffer_join_lines(GArray *buf)
|
||||
*dest++ = arr[i];
|
||||
}
|
||||
}
|
||||
buf->len = dest - arr;
|
||||
g_array_set_size(buf, dest - arr);
|
||||
}
|
||||
|
||||
static void paste_send(void)
|
||||
|
Loading…
Reference in New Issue
Block a user