From: Michael Wallner Date: Mon, 23 Mar 2015 07:22:31 +0000 (+0100) Subject: CS X-Git-Tag: RELEASE_2_4_2~3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=3974e77c71879dda04f7fdc92eb0ff4f647dc1f2;ds=sidebyside CS --- diff --git a/php_http_url.c b/php_http_url.c index 14ad6f7..0640aa7 100644 --- a/php_http_url.c +++ b/php_http_url.c @@ -1271,7 +1271,7 @@ static const char *parse_query(struct parse_state *state) tmp = ++state->ptr; state->url.query = &state->buffer[state->offset]; - while(state->ptr < state->end) { + while (state->ptr < state->end) { switch (*state->ptr) { case '#': goto done;