1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 06:45:09 +00:00
qb64/internal/source/data239.txt

13 lines
556 B
Text
Raw Normal View History

2021-08-01 04:03:08 +00:00
qbs *_FUNC_WIKIGETLINE_STRING_WIKIGETLINE=NULL;
if (!_FUNC_WIKIGETLINE_STRING_WIKIGETLINE)_FUNC_WIKIGETLINE_STRING_WIKIGETLINE=qbs_new(0,0);
2021-08-01 23:30:51 +00:00
qbs*oldstr6142=NULL;
2021-08-01 04:03:08 +00:00
if(_FUNC_WIKIGETLINE_STRING_A->tmp||_FUNC_WIKIGETLINE_STRING_A->fixed||_FUNC_WIKIGETLINE_STRING_A->readonly){
2021-08-01 23:30:51 +00:00
oldstr6142=_FUNC_WIKIGETLINE_STRING_A;
if (oldstr6142->cmem_descriptor){
_FUNC_WIKIGETLINE_STRING_A=qbs_new_cmem(oldstr6142->len,0);
2021-08-01 04:03:08 +00:00
}else{
2021-08-01 23:30:51 +00:00
_FUNC_WIKIGETLINE_STRING_A=qbs_new(oldstr6142->len,0);
2021-08-01 04:03:08 +00:00
}
2021-08-01 23:30:51 +00:00
memcpy(_FUNC_WIKIGETLINE_STRING_A->chr,oldstr6142->chr,oldstr6142->len);
2021-08-01 04:03:08 +00:00
}