1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

Adapts sh to consider the last $include in a line valid.

This commit is contained in:
Fellippe Heitor 2021-02-21 11:53:57 -03:00
parent 70b7f4dda1
commit 716b984e94

View file

@ -8271,7 +8271,7 @@ SUB ideshowtext
END IF
END IF
FindInclude = INSTR(a2$, "$INCLUDE")
FindInclude = _INSTRREV(a2$, "$INCLUDE")
IF FindInclude > 0 THEN
link_idecx = LEN(a$)
FindApostrophe1 = INSTR(FindInclude + 8, a2$, "'")