1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-04 11:10:15 +00:00
qb64/internal/source/data214.txt

13 lines
556 B
Text
Raw Normal View History

2021-02-06 08:28:35 +00:00
qbs *_FUNC_WIKIGETLINE_STRING_WIKIGETLINE=NULL;
if (!_FUNC_WIKIGETLINE_STRING_WIKIGETLINE)_FUNC_WIKIGETLINE_STRING_WIKIGETLINE=qbs_new(0,0);
qbs*oldstr5570=NULL;
if(_FUNC_WIKIGETLINE_STRING_A->tmp||_FUNC_WIKIGETLINE_STRING_A->fixed||_FUNC_WIKIGETLINE_STRING_A->readonly){
oldstr5570=_FUNC_WIKIGETLINE_STRING_A;
if (oldstr5570->cmem_descriptor){
_FUNC_WIKIGETLINE_STRING_A=qbs_new_cmem(oldstr5570->len,0);
2019-01-13 18:43:58 +00:00
}else{
2021-02-06 08:28:35 +00:00
_FUNC_WIKIGETLINE_STRING_A=qbs_new(oldstr5570->len,0);
2019-01-13 18:43:58 +00:00
}
2021-02-06 08:28:35 +00:00
memcpy(_FUNC_WIKIGETLINE_STRING_A->chr,oldstr5570->chr,oldstr5570->len);
2018-11-01 14:26:08 +00:00
}