From 74cf811759d5d7986ceeb6660389aeefaffa1b61 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Mon, 1 Jul 2019 07:40:49 +0200 Subject: [PATCH] Failed to initialize a variable in changes last week. Not caught by tests due to lack of -O2, we should add a buildbot for that.. --- src/extcmodes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extcmodes.c b/src/extcmodes.c index 903603283..470869df3 100644 --- a/src/extcmodes.c +++ b/src/extcmodes.c @@ -427,7 +427,7 @@ int extcmode_default_requirehalfop(aClient *cptr, aChannel *chptr, char mode, ch int module_has_extcmode_param_mode(Module *mod) { - int i; + int i = 0; while (i < EXTCMODETABLESZ) {