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
1 changed files with 1 additions and 1 deletions

View File

@ -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;