fix obvious urldecoding oversight
This commit is contained in:
parent
3222b7b51d
commit
d56527c2d0
|
@ -283,7 +283,7 @@ static query_node_t* single_match(const char* query,
|
||||||
++(*pcursor);
|
++(*pcursor);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(strchr(":+-", **pcursor))
|
if(strchr(":+- ", **pcursor))
|
||||||
{
|
{
|
||||||
op = **pcursor;
|
op = **pcursor;
|
||||||
++(*pcursor);
|
++(*pcursor);
|
||||||
|
|
Loading…
Reference in New Issue