mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 22:46:21 +00:00
Show correct message when closing window 0
This commit is contained in:
@@ -2544,7 +2544,7 @@ _cmd_close(gchar **args, struct cmd_help_t help)
|
|||||||
index = atoi(args[0]);
|
index = atoi(args[0]);
|
||||||
if (index == 0) {
|
if (index == 0) {
|
||||||
index = 9;
|
index = 9;
|
||||||
} else {
|
} else if (index != 10) {
|
||||||
index--;
|
index--;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user