fix, possible AV when lexing nothing

This commit is contained in:
Basile Burg 2015-09-07 15:52:58 +02:00
parent fe1e1468ee
commit e26f8494af
1 changed files with 2 additions and 0 deletions

View File

@ -372,6 +372,8 @@ var
begin
if aText = '' then exit;
reader.Create(@aText[1], Point(0, 0));
while (True) do
begin