1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 04:24:48 +00:00
QB64-PE/internal/source/free219.txt

12 lines
433 B
Text
Raw Normal View History

2024-06-27 22:09:56 +00:00
if(oldstr5250){
if(oldstr5250->fixed)qbs_set(oldstr5250,_FUNC_MULTISEARCH_STRING___FULLTEXT);
qbs_free(_FUNC_MULTISEARCH_STRING___FULLTEXT);
2023-03-24 21:04:26 +00:00
}
2024-06-27 22:09:56 +00:00
if(oldstr5251){
if(oldstr5251->fixed)qbs_set(oldstr5251,_FUNC_MULTISEARCH_STRING___SEARCHSTRING);
qbs_free(_FUNC_MULTISEARCH_STRING___SEARCHSTRING);
2024-06-23 20:54:15 +00:00
}
2024-06-27 22:09:56 +00:00
qbs_free(_FUNC_MULTISEARCH_STRING_FULLTEXT);
qbs_free(_FUNC_MULTISEARCH_STRING_SEARCHSTRING);
qbs_free(_FUNC_MULTISEARCH_STRING_THISTERM);