Changeset 555 for Common/UGeometric.pas


Ignore:
Timestamp:
Jan 18, 2022, 12:14:46 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Updated language .pot files for Lazarus 2.2.0.
  • Modified: Resolved compilation hints.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/UGeometric.pas

    r540 r555  
    9696  I: Integer;
    9797begin
     98  Result := Default(TPointArray);
    9899  SetLength(Result, Length(P));
    99100  for I := 0 to High(P) do
Note: See TracChangeset for help on using the changeset viewer.