From 4952e40b7eccc76182cd2e9032d61a89e3ef2adc Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sat, 12 Dec 2015 00:33:46 -0600 Subject: [PATCH] newconf: fix error message on channel::autochanmodes --- src/newconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newconf.c b/src/newconf.c index cf6757276..47cf6a23e 100644 --- a/src/newconf.c +++ b/src/newconf.c @@ -1826,7 +1826,7 @@ conf_set_channel_autochanmodes(void *data) } else { - conf_report_error("channel::autochanmodes -- Invalid channel mode %c", pm); + conf_report_error("channel::autochanmodes -- Invalid channel mode %c", *pm); continue; } break;