1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 09:04:43 +00:00
QB64-PE/internal/source/data97.txt

21 lines
792 B
Text
Raw Normal View History

2024-03-25 13:22:46 +00:00
qbs*oldstr3661=NULL;
2024-02-03 22:11:15 +00:00
if(_SUB_PUSHELEMENT_STRING_A->tmp||_SUB_PUSHELEMENT_STRING_A->fixed||_SUB_PUSHELEMENT_STRING_A->readonly){
2024-03-25 13:22:46 +00:00
oldstr3661=_SUB_PUSHELEMENT_STRING_A;
if (oldstr3661->cmem_descriptor){
_SUB_PUSHELEMENT_STRING_A=qbs_new_cmem(oldstr3661->len,0);
2024-02-03 22:11:15 +00:00
}else{
2024-03-25 13:22:46 +00:00
_SUB_PUSHELEMENT_STRING_A=qbs_new(oldstr3661->len,0);
2024-02-03 22:11:15 +00:00
}
2024-03-25 13:22:46 +00:00
memcpy(_SUB_PUSHELEMENT_STRING_A->chr,oldstr3661->chr,oldstr3661->len);
2024-02-03 22:11:15 +00:00
}
2024-03-25 13:22:46 +00:00
qbs*oldstr3662=NULL;
2024-02-03 22:11:15 +00:00
if(_SUB_PUSHELEMENT_STRING_B->tmp||_SUB_PUSHELEMENT_STRING_B->fixed||_SUB_PUSHELEMENT_STRING_B->readonly){
2024-03-25 13:22:46 +00:00
oldstr3662=_SUB_PUSHELEMENT_STRING_B;
if (oldstr3662->cmem_descriptor){
_SUB_PUSHELEMENT_STRING_B=qbs_new_cmem(oldstr3662->len,0);
2022-11-22 23:53:31 +00:00
}else{
2024-03-25 13:22:46 +00:00
_SUB_PUSHELEMENT_STRING_B=qbs_new(oldstr3662->len,0);
2022-09-09 12:19:17 +00:00
}
2024-03-25 13:22:46 +00:00
memcpy(_SUB_PUSHELEMENT_STRING_B->chr,oldstr3662->chr,oldstr3662->len);
2022-08-26 14:13:09 +00:00
}