fix obvious urldecoding oversight

This commit is contained in:
Ron Pedde 2005-05-26 01:39:37 +00:00
parent 3222b7b51d
commit d56527c2d0
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ static query_node_t* single_match(const char* query,
++(*pcursor);
}
if(strchr(":+-", **pcursor))
if(strchr(":+- ", **pcursor))
{
op = **pcursor;
++(*pcursor);