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
Zachary Spriggs 50e877acf5 Revert "Update internal/source"
This reverts commit b693e7667b.
2021-04-09 18:11:25 -04:00

11 lines
420 B
Plaintext

qbs*oldstr2861=NULL;
if(_SUB_MAKEIDREFER_STRING_REF->tmp||_SUB_MAKEIDREFER_STRING_REF->fixed||_SUB_MAKEIDREFER_STRING_REF->readonly){
oldstr2861=_SUB_MAKEIDREFER_STRING_REF;
if (oldstr2861->cmem_descriptor){
_SUB_MAKEIDREFER_STRING_REF=qbs_new_cmem(oldstr2861->len,0);
}else{
_SUB_MAKEIDREFER_STRING_REF=qbs_new(oldstr2861->len,0);
}
memcpy(_SUB_MAKEIDREFER_STRING_REF->chr,oldstr2861->chr,oldstr2861->len);
}