1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-20 17:25:14 +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*oldstr4238=NULL;
if(_FUNC_IDEZFILENAME_STRING_F->tmp||_FUNC_IDEZFILENAME_STRING_F->fixed||_FUNC_IDEZFILENAME_STRING_F->readonly){
oldstr4238=_FUNC_IDEZFILENAME_STRING_F;
if (oldstr4238->cmem_descriptor){
_FUNC_IDEZFILENAME_STRING_F=qbs_new_cmem(oldstr4238->len,0);
}else{
_FUNC_IDEZFILENAME_STRING_F=qbs_new(oldstr4238->len,0);
}
memcpy(_FUNC_IDEZFILENAME_STRING_F->chr,oldstr4238->chr,oldstr4238->len);
}