1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

Fix bug with /buffer close N1-N2

This commit is contained in:
Sebastien Helleu
2009-06-04 10:24:08 +02:00
parent a6363a7b0b
commit b3f69541e6
+2
View File
@@ -610,6 +610,8 @@ command_buffer (void *data, struct t_gui_buffer *buffer,
}
else
{
number1 = -1;
number2 = -1;
pos = strchr (argv_eol[2], '-');
if (pos)
{