]> granicus.if.org Git - apache/commitdiff
Eliminate compile warning.
authorBill Stoddard <stoddard@apache.org>
Fri, 24 Aug 2001 16:57:13 +0000 (16:57 +0000)
committerBill Stoddard <stoddard@apache.org>
Fri, 24 Aug 2001 16:57:13 +0000 (16:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90636 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/cache_util.c

index f80a14255cfd4cc6eb1d4fb5cec6addb95c71df6..48af63620b9ba0d880bbe1736bf6810afff21071 100644 (file)
@@ -181,7 +181,7 @@ int ap_cache_liststr(const char *list, const char *key, char **val)
 /* return each comma separated token, one at a time */
 const char *ap_cache_tokstr(apr_pool_t *p, const char *list, const char **str)
 {
-    apr_off_t i;
+    apr_size_t i;
     const char *s;
 
     s = ap_strchr_c(list, ',');