1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 17:15:13 +00:00
qb64/internal/source/data122.txt

13 lines
569 B
Plaintext

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