1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-09 22:25:12 +00:00
QB64-PE/internal/source/free125.txt

21 lines
734 B
Plaintext
Raw Normal View History

2021-10-14 05:32:36 +00:00
if(oldstr3931){
if(oldstr3931->fixed)qbs_set(oldstr3931,_SUB_WRITESETTING_STRING_FILE);
2021-09-28 05:43:25 +00:00
qbs_free(_SUB_WRITESETTING_STRING_FILE);
}
2021-10-14 05:32:36 +00:00
if(oldstr3932){
if(oldstr3932->fixed)qbs_set(oldstr3932,_SUB_WRITESETTING_STRING___SECTION);
2021-09-28 05:43:25 +00:00
qbs_free(_SUB_WRITESETTING_STRING___SECTION);
}
2021-10-14 05:32:36 +00:00
if(oldstr3933){
if(oldstr3933->fixed)qbs_set(oldstr3933,_SUB_WRITESETTING_STRING___KEY);
2021-09-28 05:43:25 +00:00
qbs_free(_SUB_WRITESETTING_STRING___KEY);
}
2021-10-14 05:32:36 +00:00
if(oldstr3934){
if(oldstr3934->fixed)qbs_set(oldstr3934,_SUB_WRITESETTING_STRING___VALUE);
2021-09-28 05:43:25 +00:00
qbs_free(_SUB_WRITESETTING_STRING___VALUE);
}
qbs_free(_SUB_WRITESETTING_STRING_TEMPVALUE);
qbs_free(_SUB_WRITESETTING_STRING_SECTION);
qbs_free(_SUB_WRITESETTING_STRING_KEY);
qbs_free(_SUB_WRITESETTING_STRING_VALUE);