Update uPSUtils.pas

This commit is contained in:
Carlo Kok 2014-01-26 16:05:34 +01:00
parent c2537de286
commit 9c79114c84

View File

@ -998,9 +998,10 @@ end;
procedure TPSStringList.Clear;
begin
while List.Count > 0 do Delete(0);
while List.Count > 0 do Delete(Pred(List.Count));
end;
constructor TPSStringList.Create;
begin
inherited Create;