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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user