1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 23:30:24 +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$)