1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 22:35:14 +00:00
qb64/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);
}