Explorar el Código

rtl-extra: fix printer device

Thorsten Otto hace 3 años
padre
commit
454365325e
Se han modificado 1 ficheros con 1 adiciones y 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.