]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix a few warnings on 64 bits windows compilation
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 29 Aug 2020 20:58:11 +0000 (20:58 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 29 Aug 2020 20:58:11 +0000 (20:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881306 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_imagemap.c

index e770dcf4e5b31645efe75ffa2a528fc19a538b2c..e7d140ed4272a53cffc6bcde5b86038458d90158 100644 (file)
@@ -319,7 +319,7 @@ static void read_quoted(char **string, char **quoted_part)
 static const char *imap_url(request_rec *r, const char *base, const char *value)
 {
 /* translates a value into a URL. */
-    int slen, clen;
+    apr_size_t slen, clen;
     char *string_pos = NULL;
     const char *string_pos_const = NULL;
     char *directory = NULL;