]> granicus.if.org Git - apache/commitdiff
Outch... fixed warning
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Oct 2001 14:02:38 +0000 (14:02 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 11 Oct 2001 14:02:38 +0000 (14:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91423 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_mime_magic.c

index 932f7e9d67fa64706e5a1027720198fc85f7a213..fcde0c7eb82f67ace1aff41069cf598320ecc249 100644 (file)
@@ -2083,7 +2083,7 @@ static int ascmagic(request_rec *r, unsigned char *buf, apr_size_t nbytes)
 
 static struct {
     char *magic;
-    int maglen;
+    apr_size_t maglen;
     char *argv[3];
     int silent;
     char *encoding;    /* MUST be lowercase */