X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4d805ee9e5f51ced162cf23bd59878aa6dd831bf..337e3505b0e6cd4309db6bf6062b33fa56e06cf8:/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) {