Commit 9daab8fb authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Nothing complains when I change these ints for consistency to apr_size_t.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91050 13f79535-47bb-0310-9956-ffa450edef68
parent 094ebf62
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -324,8 +324,8 @@ static apr_bucket *find_start_sequence(apr_bucket *dptr, include_ctx_t *ctx,
    const char *c;
    const char *buf;
    const char *str = STARTING_SEQUENCE;
    int slen = sizeof(STARTING_SEQUENCE) - 1;
    int pos;
    apr_size_t slen = sizeof(STARTING_SEQUENCE) - 1;
    apr_size_t pos;

    *do_cleanup = 0;