1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-16 03:54:01 +00:00
qb64/internal/source/data226.txt

13 lines
556 B
Text
Raw Normal View History

2021-02-08 14:42:20 +00:00
qbs *_FUNC_WIKIGETLINE_STRING_WIKIGETLINE=NULL;
if (!_FUNC_WIKIGETLINE_STRING_WIKIGETLINE)_FUNC_WIKIGETLINE_STRING_WIKIGETLINE=qbs_new(0,0);
2021-02-18 18:10:07 +00:00
qbs*oldstr5615=NULL;
2021-02-08 14:42:20 +00:00
if(_FUNC_WIKIGETLINE_STRING_A->tmp||_FUNC_WIKIGETLINE_STRING_A->fixed||_FUNC_WIKIGETLINE_STRING_A->readonly){
2021-02-18 18:10:07 +00:00
oldstr5615=_FUNC_WIKIGETLINE_STRING_A;
if (oldstr5615->cmem_descriptor){
_FUNC_WIKIGETLINE_STRING_A=qbs_new_cmem(oldstr5615->len,0);
2021-02-08 14:42:20 +00:00
}else{
2021-02-18 18:10:07 +00:00
_FUNC_WIKIGETLINE_STRING_A=qbs_new(oldstr5615->len,0);
2021-02-08 14:42:20 +00:00
}
2021-02-18 18:10:07 +00:00
memcpy(_FUNC_WIKIGETLINE_STRING_A->chr,oldstr5615->chr,oldstr5615->len);
2021-02-08 14:42:20 +00:00
}