1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 15:00:38 +00:00
QB64-PE/internal/source/free253.txt
2022-01-19 00:31:52 +00:00

13 lines
401 B
Plaintext

if(oldstr6510){
if(oldstr6510->fixed)qbs_set(oldstr6510,_FUNC_DOWNLOAD_STRING_URL);
qbs_free(_FUNC_DOWNLOAD_STRING_URL);
}
if(oldstr6511){
if(oldstr6511->fixed)qbs_set(oldstr6511,_FUNC_DOWNLOAD_STRING_OUTPUTVAR);
qbs_free(_FUNC_DOWNLOAD_STRING_OUTPUTVAR);
}
if(oldstr6512){
if(oldstr6512->fixed)qbs_set(oldstr6512,_FUNC_DOWNLOAD_STRING_LOOKFOR);
qbs_free(_FUNC_DOWNLOAD_STRING_LOOKFOR);
}