1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00
This commit is contained in:
QC 2015-10-04 17:02:54 +02:00
parent 6b039ac524
commit 9a39ebb3e9

View file

@ -184,7 +184,7 @@ char **tokenize ( const char *input, int case_sensitive )
g_free ( token ); token = NULL;
}
else{
token = token_collate_key ( input, case_sensitive );
retv[0] = token_collate_key ( input, case_sensitive );
}
return retv;
}