1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-05 07:40:25 +00:00
QB64-PE/internal/source/free175.txt
2023-10-15 05:31:47 +00:00

12 lines
433 B
Text

if(oldstr5020){
if(oldstr5020->fixed)qbs_set(oldstr5020,_FUNC_MULTISEARCH_STRING___FULLTEXT);
qbs_free(_FUNC_MULTISEARCH_STRING___FULLTEXT);
}
if(oldstr5021){
if(oldstr5021->fixed)qbs_set(oldstr5021,_FUNC_MULTISEARCH_STRING___SEARCHSTRING);
qbs_free(_FUNC_MULTISEARCH_STRING___SEARCHSTRING);
}
qbs_free(_FUNC_MULTISEARCH_STRING_FULLTEXT);
qbs_free(_FUNC_MULTISEARCH_STRING_SEARCHSTRING);
qbs_free(_FUNC_MULTISEARCH_STRING_THISTERM);