1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 18:10:24 +00:00
qb64/internal/source/data107.txt

13 lines
478 B
Plaintext
Raw Normal View History

2021-02-07 10:32:23 +00:00
qbs *_FUNC_SCASE_STRING_SCASE=NULL;
if (!_FUNC_SCASE_STRING_SCASE)_FUNC_SCASE_STRING_SCASE=qbs_new(0,0);
qbs*oldstr3654=NULL;
if(_FUNC_SCASE_STRING_T->tmp||_FUNC_SCASE_STRING_T->fixed||_FUNC_SCASE_STRING_T->readonly){
oldstr3654=_FUNC_SCASE_STRING_T;
if (oldstr3654->cmem_descriptor){
_FUNC_SCASE_STRING_T=qbs_new_cmem(oldstr3654->len,0);
2021-01-14 03:03:50 +00:00
}else{
2021-02-07 10:32:23 +00:00
_FUNC_SCASE_STRING_T=qbs_new(oldstr3654->len,0);
2021-01-14 03:03:50 +00:00
}
2021-02-07 10:32:23 +00:00
memcpy(_FUNC_SCASE_STRING_T->chr,oldstr3654->chr,oldstr3654->len);
2021-01-29 05:37:23 +00:00
}