Ignore:
Timestamp:
Dec 22, 2018, 11:31:25 AM (5 years ago)
Author:
chronos
Message:
  • Modified: Updated versioning information.
  • Added: Release notes file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormOutput.pas

    r67 r100  
    3636begin
    3737  if Core.CurrentTarget is TTargetInterpretter then
    38   with TTargetInterpretter(Core.CurrentTarget) do
     38  with TTargetInterpretter(Core.CurrentTarget) do begin
    3939    MemoOutput.Lines.Text := Output;
     40  end;
    4041end;
    4142
Note: See TracChangeset for help on using the changeset viewer.