1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00

Fixes status word wrapper error.

This commit is contained in:
FellippeHeitor 2021-08-01 01:23:53 -03:00
parent 45205f91ec
commit f682815ca3

View file

@ -1040,7 +1040,7 @@ FUNCTION ide2 (ignore)
statusarealink = 2 statusarealink = 2
END IF END IF
y = POS(0) y = CSRLIN
IF y < idewy - 1 AND linefragment <> "[INFORMATION UNAVAILABLE]" THEN IF y < idewy - 1 AND linefragment <> "[INFORMATION UNAVAILABLE]" THEN
temp$ = linefragment temp$ = linefragment
FOR i = 1 TO LEN(temp$) FOR i = 1 TO LEN(temp$)