1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-09 20:05:12 +00:00
QB64-PE/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*oldstr4223=NULL;
if(_FUNC_IDEZFILENAME_STRING_F->tmp||_FUNC_IDEZFILENAME_STRING_F->fixed||_FUNC_IDEZFILENAME_STRING_F->readonly){
oldstr4223=_FUNC_IDEZFILENAME_STRING_F;
if (oldstr4223->cmem_descriptor){
_FUNC_IDEZFILENAME_STRING_F=qbs_new_cmem(oldstr4223->len,0);
}else{
_FUNC_IDEZFILENAME_STRING_F=qbs_new(oldstr4223->len,0);
}
memcpy(_FUNC_IDEZFILENAME_STRING_F->chr,oldstr4223->chr,oldstr4223->len);
}