1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-20 17:25:14 +00:00
qb64/internal/source/data31.txt

11 lines
420 B
Plaintext
Raw Normal View History

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