mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 13:49:44 +01:00
parent
cf95b53b8f
commit
42f219cfc4
@ -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;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user