Explorar o código

rtl-extra: fix printer device

Thorsten Otto %!s(int64=3) %!d(string=hai) anos
pai
achega
454365325e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/rtl-extra/src/atari/printer.pp

+ 1 - 1
packages/rtl-extra/src/atari/printer.pp

@@ -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.