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-02-08 08:18:53 +00:00
qbs*oldstr3671=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-02-08 08:18:53 +00:00
oldstr3671=_SUB_PUSHELEMENT_STRING_A;
if (oldstr3671->cmem_descriptor){
_SUB_PUSHELEMENT_STRING_A=qbs_new_cmem(oldstr3671->len,0);
2024-02-03 22:11:15 +00:00
}else{
2024-02-08 08:18:53 +00:00
_SUB_PUSHELEMENT_STRING_A=qbs_new(oldstr3671->len,0);
2024-02-03 22:11:15 +00:00
}
2024-02-08 08:18:53 +00:00
memcpy(_SUB_PUSHELEMENT_STRING_A->chr,oldstr3671->chr,oldstr3671->len);
2024-02-03 22:11:15 +00:00
}
2024-02-08 08:18:53 +00:00
qbs*oldstr3672=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-02-08 08:18:53 +00:00
oldstr3672=_SUB_PUSHELEMENT_STRING_B;
if (oldstr3672->cmem_descriptor){
_SUB_PUSHELEMENT_STRING_B=qbs_new_cmem(oldstr3672->len,0);
2022-11-22 23:53:31 +00:00
}else{
2024-02-08 08:18:53 +00:00
_SUB_PUSHELEMENT_STRING_B=qbs_new(oldstr3672->len,0);
2022-09-09 12:19:17 +00:00
}
2024-02-08 08:18:53 +00:00
memcpy(_SUB_PUSHELEMENT_STRING_B->chr,oldstr3672->chr,oldstr3672->len);
2022-08-26 14:13:09 +00:00
}