Compiler masochism compliance.
[exim.git] / src / src / drtables.c
index 183edf321ba20ab3655d01306637209d646146a4..85b6efb2f04d3c8e37ec1677268034c43b67db5e 100644 (file)
@@ -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) {