Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagamma committed Jul 10, 2023
1 parent d96e684 commit 62c2064
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands.pas
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ procedure CommandOpen;
end;
if InputBuffer1 <> '' then
Files.Open(InputBuffer1);
FinishCommand;
end;

procedure CommandSave;
Expand Down

0 comments on commit 62c2064

Please sign in to comment.