1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-08-06 05:50:24 +00:00
QB64-PE/internal/source/data152.txt

13 lines
517 B
Text

qbs *_FUNC_COMPRESS_STRING_COMPRESS=NULL;
if (!_FUNC_COMPRESS_STRING_COMPRESS)_FUNC_COMPRESS_STRING_COMPRESS=qbs_new(0,0);
qbs*oldstr4540=NULL;
if(_FUNC_COMPRESS_STRING_A->tmp||_FUNC_COMPRESS_STRING_A->fixed||_FUNC_COMPRESS_STRING_A->readonly){
oldstr4540=_FUNC_COMPRESS_STRING_A;
if (oldstr4540->cmem_descriptor){
_FUNC_COMPRESS_STRING_A=qbs_new_cmem(oldstr4540->len,0);
}else{
_FUNC_COMPRESS_STRING_A=qbs_new(oldstr4540->len,0);
}
memcpy(_FUNC_COMPRESS_STRING_A->chr,oldstr4540->chr,oldstr4540->len);
}