From: Graham Leggett Date: Thu, 6 Jun 2013 14:11:04 +0000 (+0000) Subject: Note that the function will be available in APR. X-Git-Tag: 2.5.0-alpha~5374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fabe43817f29f94dbc1edfcf6f0f3d0b4b622b1;p=apache Note that the function will be available in APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1490294 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index af90db6728..3f2006674e 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -500,6 +500,7 @@ static const char lazy_eval_sentinel = '\0'; /* The following is a shrinking transformation, therefore safe. */ +/* Note: this function is deprecated in favour of apr_unescape_entity() in APR */ static void decodehtml(char *s) { int val, i, j;