X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsrc%2Fdrtables.c;h=85b6efb2f04d3c8e37ec1677268034c43b67db5e;hb=1ba28e2b955b005ce4825fec792df17f75a8de1e;hp=183edf321ba20ab3655d01306637209d646146a4;hpb=5d758a462abebb9885f2e596f7892479812de125;p=exim.git diff --git a/src/src/drtables.c b/src/src/drtables.c index 183edf321..85b6efb2f 100644 --- a/src/src/drtables.c +++ b/src/src/drtables.c @@ -544,7 +544,7 @@ void init_lookup_list(void) int pathnamelen = len + (int)strlen(LOOKUP_MODULE_DIR) + 2; void *dl; struct lookup_module_info *info; - char *errormsg; + const char *errormsg; /* SRH: am I being paranoid here or what? */ if (pathnamelen > big_buffer_size) {