]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Mix 'n match signedness? Make some emits go away.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 5 Apr 2002 04:20:22 +0000 (04:20 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 5 Apr 2002 04:20:22 +0000 (04:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94445 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index 58054fe253be54ead60cb9e3c14a1f96edbcb02a..e880855a971e2f5f2a59f9dfd6178a03fe7adfcf 100644 (file)
@@ -319,7 +319,7 @@ static apr_size_t bndm(const char *n, apr_size_t nl, const char *h,
 /* We've now found a start sequence tag... */
 static apr_bucket* found_start_sequence(apr_bucket *dptr,
                                         include_ctx_t *ctx, 
-                                        int tagStart,
+                                        apr_size_t tagStart,
                                         apr_size_t len)
 {
     /* We want to split the bucket at the '<'. */