mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
/WINDOW STICK <ref#> OFF didn't work.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2126 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ffe3f5788f
commit
615efbcc79
@ -940,7 +940,7 @@ static void cmd_window_stick(const char *data)
|
||||
mainwin = active_mainwin;
|
||||
win = active_mainwin->active;
|
||||
|
||||
if (is_numeric(data, '\0')) {
|
||||
if (is_numeric(data, ' ')) {
|
||||
/* ref# specified */
|
||||
win = window_find_refnum(atoi(data));
|
||||
if (win == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user