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

9 lines
276 B
Plaintext
Raw Normal View History

2021-10-02 07:24:31 +00:00
if(oldstr3852){
if(oldstr3852->fixed)qbs_set(oldstr3852,_FUNC_READCHUNK_STRING_A);
2021-09-28 05:43:25 +00:00
qbs_free(_FUNC_READCHUNK_STRING_A);
}
2021-10-02 07:24:31 +00:00
if(oldstr3853){
if(oldstr3853->fixed)qbs_set(oldstr3853,_FUNC_READCHUNK_STRING_LAST_CHARACTER);
2021-09-28 05:43:25 +00:00
qbs_free(_FUNC_READCHUNK_STRING_LAST_CHARACTER);
}