1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +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
END IF
y = POS(0)
y = CSRLIN
IF y < idewy - 1 AND linefragment <> "[INFORMATION UNAVAILABLE]" THEN
temp$ = linefragment
FOR i = 1 TO LEN(temp$)