]> arthur.barton.de Git - netatalk.git/commitdiff
Try to fix a problem with PJL before Postscript.
authorbfernhomberg <bfernhomberg>
Mon, 23 Aug 2004 22:31:58 +0000 (22:31 +0000)
committerbfernhomberg <bfernhomberg>
Mon, 23 Aug 2004 22:31:58 +0000 (22:31 +0000)
etc/papd/magics.c

index 73c07deb091daf0277d6c17a7ff42b5ba6e31d99..23d37bb64b2f96b1b32497c87834e9b05a346ec3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: magics.c,v 1.11.6.1 2004-06-09 01:25:53 bfernhomberg Exp $
+ * $Id: magics.c,v 1.11.6.2 2004-08-23 22:31:58 bfernhomberg Exp $
  *
  * Copyright (c) 1990,1994 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
@@ -69,6 +69,7 @@ int ps( infile, outfile, sat )
                    compush( comment );
                    continue;   /* top of for (;;) */
                }
+#if 0
                infile->pf_state &= ~PF_BOT;
 
                /* set up spool file */
@@ -76,6 +77,7 @@ int ps( infile, outfile, sat )
                    LOG(log_error, logtype_papd, "lp_open failed" );
                    spoolerror( outfile, "Ignoring job." );
                }
+#endif
            }
 
            /* write to file */