1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-30 05:10:37 +00:00

Fix to fix

Forgot to add the goto label...  /blush
This commit is contained in:
SteveMcNeill 2018-10-17 14:09:42 -04:00
parent 9b0ff95b0d
commit 6844913b8e

View file

@ -18954,6 +18954,8 @@ void sub_put2(int32 i,int64 offset,void *element,int32 passed){
}
x+=8;
}//z
printstring_exit:
if (passed&2) sub__dest(old_dest);
return;
}