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

11 lines
420 B
Plaintext
Raw Normal View History

2020-01-15 03:17:45 +00:00
qbs*oldstr2835=NULL;
if(_SUB_MAKEIDREFER_STRING_REF->tmp||_SUB_MAKEIDREFER_STRING_REF->fixed||_SUB_MAKEIDREFER_STRING_REF->readonly){
2020-01-15 03:17:45 +00:00
oldstr2835=_SUB_MAKEIDREFER_STRING_REF;
if (oldstr2835->cmem_descriptor){
_SUB_MAKEIDREFER_STRING_REF=qbs_new_cmem(oldstr2835->len,0);
}else{
2020-01-15 03:17:45 +00:00
_SUB_MAKEIDREFER_STRING_REF=qbs_new(oldstr2835->len,0);
}
2020-01-15 03:17:45 +00:00
memcpy(_SUB_MAKEIDREFER_STRING_REF->chr,oldstr2835->chr,oldstr2835->len);
}