mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-03 01:46:02 -05:00
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);
|
||||
}
|
||||
|
||||
if(strchr(":+-", **pcursor))
|
||||
if(strchr(":+- ", **pcursor))
|
||||
{
|
||||
op = **pcursor;
|
||||
++(*pcursor);
|
||||
|
Loading…
x
Reference in New Issue
Block a user