1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 15:50:25 +00:00
qb64/internal/source/data30.txt

11 lines
420 B
Plaintext
Raw Normal View History

2020-09-07 17:42:59 +00:00
qbs*oldstr2854=NULL;
if(_SUB_MAKEIDREFER_STRING_REF->tmp||_SUB_MAKEIDREFER_STRING_REF->fixed||_SUB_MAKEIDREFER_STRING_REF->readonly){
2020-09-07 17:42:59 +00:00
oldstr2854=_SUB_MAKEIDREFER_STRING_REF;
if (oldstr2854->cmem_descriptor){
_SUB_MAKEIDREFER_STRING_REF=qbs_new_cmem(oldstr2854->len,0);
}else{
2020-09-07 17:42:59 +00:00
_SUB_MAKEIDREFER_STRING_REF=qbs_new(oldstr2854->len,0);
}
2020-09-07 17:42:59 +00:00
memcpy(_SUB_MAKEIDREFER_STRING_REF->chr,oldstr2854->chr,oldstr2854->len);
}