DBG: fix potential range check

git-svn-id: trunk@28789 -
This commit is contained in:
martin 2010-12-20 11:12:04 +00:00
parent 18f7996a1b
commit ea9d796ce5

View File

@ -564,7 +564,7 @@ begin
end
else
if (S[1] = '^')
if ((S <> '') and (S[1] = '^'))
or ((ParsedWhatIsValue <> '') and (ParsedWhatIsValue[1] = '^'))
or ((ParsedWhatIsType <> '') and (ParsedWhatIsType[1] = '^'))
then begin