1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-05 00:40:26 +00:00

Likely reason for incorrect line number reports for open SUB/FUNCTIONs.

This commit is contained in:
FellippeHeitor 2021-01-13 11:08:32 -03:00
parent 5d735e1ce0
commit c0c59706ce

View file

@ -4513,6 +4513,7 @@ DO
IF ideindentsubs THEN
controllevel = controllevel + 1
controltype(controllevel) = 32
controlref(controllevel) = linenumber
END IF
subfunc = RTRIM$(id.callname) 'SUB_..."