The game file parse code of Geas can potentially read indices beyond the end of
the line. The attached patch avoids doing so by starting the read at the token
end index instead of one position after that. This means we often copy an
unnecessary space character, but that is harmless.
Original issue reported on code.google.com by mthuu...@gmail.com on 27 Jan 2012 at 4:06
Original issue reported on code.google.com by
mthuu...@gmail.com
on 27 Jan 2012 at 4:06Attachments: