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

11 lines
420 B
Plaintext
Raw Normal View History

2020-12-18 05:20:16 +00:00
qbs*oldstr2862=NULL;
if(_SUB_MAKEIDREFER_STRING_REF->tmp||_SUB_MAKEIDREFER_STRING_REF->fixed||_SUB_MAKEIDREFER_STRING_REF->readonly){
2020-12-18 05:20:16 +00:00
oldstr2862=_SUB_MAKEIDREFER_STRING_REF;
if (oldstr2862->cmem_descriptor){
_SUB_MAKEIDREFER_STRING_REF=qbs_new_cmem(oldstr2862->len,0);
}else{
2020-12-18 05:20:16 +00:00
_SUB_MAKEIDREFER_STRING_REF=qbs_new(oldstr2862->len,0);
}
2020-12-18 05:20:16 +00:00
memcpy(_SUB_MAKEIDREFER_STRING_REF->chr,oldstr2862->chr,oldstr2862->len);
}