1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-09 18:55:12 +00:00
QB64-PE/internal/source/data165.txt
Galleon ae49d76fe6 Version 0.977
_SNDRAW/etc C++ compilation problem fixed
_FULLSCREEN ... , _SMOOTH
_MEM.type new format
_MEM.image
$RESIZE:ON
resized=_RESIZE
x=_RESIZEWIDTH
y=_RESIZEHEIGHT
2013-03-11 23:52:14 +11:00

11 lines
399 B
Plaintext

qbs*oldstr4583=NULL;
if(_SUB_GIVE_ERROR_STRING_A->tmp||_SUB_GIVE_ERROR_STRING_A->fixed||_SUB_GIVE_ERROR_STRING_A->readonly){
oldstr4583=_SUB_GIVE_ERROR_STRING_A;
if (oldstr4583->cmem_descriptor){
_SUB_GIVE_ERROR_STRING_A=qbs_new_cmem(oldstr4583->len,0);
}else{
_SUB_GIVE_ERROR_STRING_A=qbs_new(oldstr4583->len,0);
}
memcpy(_SUB_GIVE_ERROR_STRING_A->chr,oldstr4583->chr,oldstr4583->len);
}