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-03-25 13:22:46 +00:00
if(oldstr3559){
if(oldstr3559->fixed)qbs_set(oldstr3559,_SUB_WRITECONFIGSETTING_STRING_SECTION);
2024-01-20 16:04:21 +00:00
qbs_free(_SUB_WRITECONFIGSETTING_STRING_SECTION);
}
2024-03-25 13:22:46 +00:00
if(oldstr3560){
if(oldstr3560->fixed)qbs_set(oldstr3560,_SUB_WRITECONFIGSETTING_STRING_ITEM);
2024-01-20 16:04:21 +00:00
qbs_free(_SUB_WRITECONFIGSETTING_STRING_ITEM);
}
2024-03-25 13:22:46 +00:00
if(oldstr3561){
if(oldstr3561->fixed)qbs_set(oldstr3561,_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
}