From 03ba53e9c58e173624604b5886914001c9f8fdfe Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Thu, 6 Feb 2020 11:49:49 -0300 Subject: [PATCH] Fixes $EXEICON to work when $CHECKING:OFF is enabled. --- source/qb64.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/qb64.bas b/source/qb64.bas index 824287e64..f94f4e921 100644 --- a/source/qb64.bas +++ b/source/qb64.bas @@ -3123,7 +3123,7 @@ DO ExeIconSet = linenumber SetDependency DEPENDENCY_ICON - PRINT #12, "do{" + IF NoChecks = 0 THEN PRINT #12, "do{" PRINT #12, "sub__icon(NULL,NULL,0);" GOTO finishedline2 END IF