X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/5d758a462abebb9885f2e596f7892479812de125..1ba28e2b955b005ce4825fec792df17f75a8de1e:/src/src/drtables.c 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) {