Fix-for-fix from a couple of minutes ago. Duh..

This commit is contained in:
Bram Matthys 2021-11-06 14:16:40 +01:00
parent 25419700ee
commit 08f3561ce6
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -62,7 +62,7 @@ MOD_UNLOAD()
CMD_FUNC(cmd_cycle)
{
char channels[BUFSIZE];
const char *parx[2];
const char *parx[3];
int n;
if (parc < 2)