1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-04 11:10:15 +00:00
qb64/internal/source/data122.txt

13 lines
569 B
Text
Raw Normal View History

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