1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00

Makes $CONSOLE:ONLY set _Source to _Console

With v1.5 release, _Dest _Console would automatically be set but not _Source _Console. This change sets the _Source to _Console.
This commit is contained in:
Zachary Spriggs 2021-03-19 10:11:31 -04:00 committed by GitHub
parent d0b1a52901
commit 92865ace3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3046,6 +3046,7 @@ DO
IF prepass = 0 THEN
IF NoChecks = 0 THEN PRINT #12, "do{"
PRINT #12, "sub__dest(func__console());"
PRINT #12, "sub__source(func__console());"
GOTO finishedline2
ELSE
GOTO finishednonexec