1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-08 06:30:16 +00:00
QB64-PE/internal/source/free131.txt

14 lines
478 B
Text
Raw Normal View History

2022-12-20 13:31:46 +00:00
if(oldstr3820){
if(oldstr3820->fixed)qbs_set(oldstr3820,_FUNC_GL2QB_TYPE_CONVERT_STRING_A);
2022-12-19 15:39:35 +00:00
qbs_free(_FUNC_GL2QB_TYPE_CONVERT_STRING_A);
2022-11-27 02:24:41 +00:00
}
2022-12-20 13:31:46 +00:00
if(oldstr3821){
if(oldstr3821->fixed)qbs_set(oldstr3821,_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL);
2022-12-19 15:39:35 +00:00
qbs_free(_FUNC_GL2QB_TYPE_CONVERT_STRING_SYMBOL);
2022-11-27 02:24:41 +00:00
}
2022-12-20 13:31:46 +00:00
if(oldstr3822){
if(oldstr3822->fixed)qbs_set(oldstr3822,_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP);
2022-12-19 15:39:35 +00:00
qbs_free(_FUNC_GL2QB_TYPE_CONVERT_STRING_CTYP);
}
qbs_free(_FUNC_GL2QB_TYPE_CONVERT_STRING_B);