1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-05-12 12:00:13 +00:00

Fix typo.

How the BLEEP did that happen?  /blush
This commit is contained in:
Steve McNeill 2024-04-30 02:53:51 -04:00
parent 595698115d
commit b40a7fa264

View file

@ -1112,7 +1112,7 @@ FUNCTION ide2 (ignore)
IF MID$(temp$, i, 1) = sp$ THEN MID$(temp$, i, 1) = " "
NEXT
temp$ = _TRIM$(temp$)
f UCASE$(LEFT$(temp$,10)) = "SUB VWATCH" THEN temp$ = "End of Program"
IF UCASE$(LEFT$(temp$,10)) = "SUB VWATCH" THEN temp$ = "End of Program"
IF LEN(temp$) THEN
y = y + 1: x = 1
temp$ = "Caused by (or after): " + CHR$(1) + temp$