Timo's fix for short title buffer

This commit is contained in:
Ron Pedde
2005-02-27 04:26:15 +00:00
parent 85e35ba2cf
commit 4069118651

View File

@@ -318,7 +318,7 @@ static query_node_t* match_string(const query_field_t* field,
const char** pcursor, const char** pcursor,
const char* query) const char* query)
{ {
char match[64]; char match[256];
char* dst = match; char* dst = match;
int left = sizeof(match); int left = sizeof(match);
const char* cursor = *pcursor; const char* cursor = *pcursor;