mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 09:56:09 -05:00
Timo's fix for short title buffer
This commit is contained in:
@@ -318,7 +318,7 @@ static query_node_t* match_string(const query_field_t* field,
|
||||
const char** pcursor,
|
||||
const char* query)
|
||||
{
|
||||
char match[64];
|
||||
char match[256];
|
||||
char* dst = match;
|
||||
int left = sizeof(match);
|
||||
const char* cursor = *pcursor;
|
||||
|
||||
Reference in New Issue
Block a user