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

13 lines
437 B
Text
Raw Normal View History

2024-02-17 01:00:18 +00:00
if(oldstr3571){
if(oldstr3571->fixed)qbs_set(oldstr3571,_SUB_WRITECONFIGSETTING_STRING_SECTION);
2024-01-20 16:04:21 +00:00
qbs_free(_SUB_WRITECONFIGSETTING_STRING_SECTION);
}
2024-02-17 01:00:18 +00:00
if(oldstr3572){
if(oldstr3572->fixed)qbs_set(oldstr3572,_SUB_WRITECONFIGSETTING_STRING_ITEM);
2024-01-20 16:04:21 +00:00
qbs_free(_SUB_WRITECONFIGSETTING_STRING_ITEM);
}
2024-02-17 01:00:18 +00:00
if(oldstr3573){
if(oldstr3573->fixed)qbs_set(oldstr3573,_SUB_WRITECONFIGSETTING_STRING_VALUE);
2024-01-20 16:04:21 +00:00
qbs_free(_SUB_WRITECONFIGSETTING_STRING_VALUE);
2022-11-22 23:53:31 +00:00
}