1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
qb64/internal/source/data29.txt

11 lines
420 B
Plaintext
Raw Normal View History

2021-06-03 03:06:21 +00:00
qbs*oldstr2860=NULL;
2021-02-07 10:32:23 +00:00
if(_SUB_MAKEIDREFER_STRING_REF->tmp||_SUB_MAKEIDREFER_STRING_REF->fixed||_SUB_MAKEIDREFER_STRING_REF->readonly){
2021-06-03 03:06:21 +00:00
oldstr2860=_SUB_MAKEIDREFER_STRING_REF;
if (oldstr2860->cmem_descriptor){
_SUB_MAKEIDREFER_STRING_REF=qbs_new_cmem(oldstr2860->len,0);
}else{
2021-06-03 03:06:21 +00:00
_SUB_MAKEIDREFER_STRING_REF=qbs_new(oldstr2860->len,0);
}
2021-06-03 03:06:21 +00:00
memcpy(_SUB_MAKEIDREFER_STRING_REF->chr,oldstr2860->chr,oldstr2860->len);
}