1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00
QB64-PE/internal/source/free74.txt
2024-01-30 21:55:38 +00:00

13 lines
437 B
Plaintext

if(oldstr3552){
if(oldstr3552->fixed)qbs_set(oldstr3552,_SUB_WRITECONFIGSETTING_STRING_SECTION);
qbs_free(_SUB_WRITECONFIGSETTING_STRING_SECTION);
}
if(oldstr3553){
if(oldstr3553->fixed)qbs_set(oldstr3553,_SUB_WRITECONFIGSETTING_STRING_ITEM);
qbs_free(_SUB_WRITECONFIGSETTING_STRING_ITEM);
}
if(oldstr3554){
if(oldstr3554->fixed)qbs_set(oldstr3554,_SUB_WRITECONFIGSETTING_STRING_VALUE);
qbs_free(_SUB_WRITECONFIGSETTING_STRING_VALUE);
}