]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed type.
authorGuenter Knauf <fuankg@apache.org>
Sat, 6 Jul 2013 23:46:16 +0000 (23:46 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sat, 6 Jul 2013 23:46:16 +0000 (23:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1500345 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_charset_lite.c

index 2d3d1439964ca911f2ae9d3c86611c20e3763a79..934f04774d42e11a464ba431462ac13dc86b1369 100644 (file)
@@ -474,7 +474,7 @@ static void log_xlate_error(ap_filter_t *f, apr_status_t rv)
     charset_filter_ctx_t *ctx = f->ctx;
     const char *msg;
     char msgbuf[100];
-    int len;
+    apr_size_t len;
 
     switch(ctx->ees) {
     case EES_LIMIT: