+ Fix for bug #4222 by Rodrigo Robles

git-svn-id: trunk@745 -
This commit is contained in:
michael 2005-07-25 17:11:08 +00:00
parent cf95b53b8f
commit 42f219cfc4

View File

@ -1168,7 +1168,10 @@ begin
Count:=WordCount(S, WordDelims);
I:=1;
While (Not Result) and (I<=Count) do
begin
Result:=ExtractWord(i,S,WordDelims)=W;
Inc(i);
end;
end;