1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 23:30:24 +00:00

Mere fix of case of array name.

This commit is contained in:
FellippeHeitor 2021-08-15 02:32:40 -03:00
parent 38e0ec37d2
commit 3f80c54e7d

View file

@ -1183,7 +1183,7 @@ file$ = f$
fullrecompile:
BU_DEPENDENCY_CONSOLE_ONLY = DEPENDENCY(DEPENDENCY_CONSOLE_ONLY)
FOR i = 1 TO UBOUND(Dependency): DEPENDENCY(i) = 0: NEXT
FOR i = 1 TO UBOUND(DEPENDENCY): DEPENDENCY(i) = 0: NEXT
DEPENDENCY(DEPENDENCY_CONSOLE_ONLY) = BU_DEPENDENCY_CONSOLE_ONLY AND 2 'Restore -g switch if used
Error_Happened = 0