projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
860f294
)
CS
author
Michael Wallner
<mike@php.net>
Mon, 23 Mar 2015 07:22:31 +0000
(08:22 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 23 Mar 2015 07:22:31 +0000
(08:22 +0100)
php_http_url.c
patch
|
blob
|
history
diff --git
a/php_http_url.c
b/php_http_url.c
index 14ad6f7067b6444577571e8046e17e0f7b71979c..0640aa710c24176786c3537f7adaadedbbf0ce54 100644
(file)
--- 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;