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

11 lines
420 B
Plaintext
Raw Normal View History

2020-01-02 08:10:56 +00:00
qbs*oldstr2838=NULL;
if(_SUB_MAKEIDREFER_STRING_REF->tmp||_SUB_MAKEIDREFER_STRING_REF->fixed||_SUB_MAKEIDREFER_STRING_REF->readonly){
2020-01-02 08:10:56 +00:00
oldstr2838=_SUB_MAKEIDREFER_STRING_REF;
if (oldstr2838->cmem_descriptor){
_SUB_MAKEIDREFER_STRING_REF=qbs_new_cmem(oldstr2838->len,0);
}else{
2020-01-02 08:10:56 +00:00
_SUB_MAKEIDREFER_STRING_REF=qbs_new(oldstr2838->len,0);
}
2020-01-02 08:10:56 +00:00
memcpy(_SUB_MAKEIDREFER_STRING_REF->chr,oldstr2838->chr,oldstr2838->len);
}