rtl-extra: fix printer device

This commit is contained in:
Thorsten Otto 2022-02-09 04:49:07 +01:00 committed by Charlie Balogh
parent a57a2b6cbe
commit 454365325e

View File

@ -24,6 +24,6 @@ implementation
begin
(* WARNING: has to be checked; do_open('PRN') returns a valid, negative OS handle *)
InitPrinter ('PRN');
InitPrinter ('PRN:');
SetPrinterExit;
end.