Ignore:
Timestamp:
Jan 18, 2018, 11:54:13 PM (6 years ago)
Author:
chronos
Message:
  • Fixed: Build under Lazarus 1.8.0.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Compiler/UProducer.pas

    r72 r74  
    5555  Line: string;
    5656begin
    57   if not FileExistsUTF8(CompilerPath) then Exit;
     57  if not FileExists(CompilerPath) then Exit;
    5858  Text := '';
    5959  try
Note: See TracChangeset for help on using the changeset viewer.