1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04: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:
Timo Sirainen 2001-11-20 03:38:53 +00:00 committed by cras
parent ffe3f5788f
commit 615efbcc79

View File

@ -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) {