1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-25 10:35:14 +00:00

Merge pull request #267 from mkilgore/fix-ide-printing

Fix the 'Beginning C++' message to stop being printed when using the IDE
This commit is contained in:
Matt Kilgore 2022-11-27 14:13:56 -05:00 committed by GitHub
commit 2fb7080808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1226,7 +1226,7 @@ file$ = f$
fullrecompile:
IF NOT QuietMode THEN
IF idemode = 0 AND NOT QuietMode THEN
PRINT
PRINT "Beginning C++ output from QB64 code... "
END IF