0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-28 13:28:41 +02:00

newconf: fix error message on channel::autochanmodes

This commit is contained in:
William Pitcock 2015-12-12 00:33:46 -06:00
parent 5225f83df1
commit 4952e40b7e

View file

@ -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;