mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 01:50:26 -05:00
fix obvious urldecoding oversight
This commit is contained in:
@@ -283,7 +283,7 @@ static query_node_t* single_match(const char* query,
|
||||
++(*pcursor);
|
||||
}
|
||||
|
||||
if(strchr(":+-", **pcursor))
|
||||
if(strchr(":+- ", **pcursor))
|
||||
{
|
||||
op = **pcursor;
|
||||
++(*pcursor);
|
||||
|
||||
Reference in New Issue
Block a user