mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 14:03:12 +02:00
It's raining consts...
This commit is contained in:
@@ -102,7 +102,7 @@ int censor_config_test(ConfigFile *cf, ConfigEntry *ce, int type, int *errs)
|
||||
}
|
||||
if (!strcmp(cep->name, "word"))
|
||||
{
|
||||
char *errbuf;
|
||||
const char *errbuf;
|
||||
if (has_word)
|
||||
{
|
||||
config_warn_duplicate(cep->file->filename,
|
||||
|
||||
Reference in New Issue
Block a user