You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-geosciences/mapserver/files/mapserver-7.0.0-sec-format....

14 lines
470 B

diff --git a/apache/mod_mapserver.c b/apache/mod_mapserver.c
index 7949ddf..c8dbde6 100644
--- a/apache/mod_mapserver.c
+++ b/apache/mod_mapserver.c
@@ -40,7 +40,7 @@ static int
msIO_apacheError (void *cbData, void *data, int byteCount)
{
/* error reporting is done through the log file... */
- ap_log_error (APLOG_MARK, APLOG_ERR, 0, NULL, (char*) data);
+ ap_log_error (APLOG_MARK, APLOG_ERR, 0, NULL, "%s", (char*) data);
return strlen ((char*) data);
}