reset indent before next job.
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Wed, 24 Oct 1984 01:18:09 +0000 (17:18 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Wed, 24 Oct 1984 01:18:09 +0000 (17:18 -0800)
SCCS-vsn: usr.sbin/lpr/lpd/printjob.c 4.20

usr/src/usr.sbin/lpr/lpd/printjob.c

index c83c448..f5c8779 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)printjob.c 4.19 (Berkeley) %G%";
+static char sccsid[] = "@(#)printjob.c 4.20 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -214,6 +214,7 @@ printit(file)
         */
        for (i = 0; i < 4; i++)
                strcpy(fonts[i], ifonts[i]);
         */
        for (i = 0; i < 4; i++)
                strcpy(fonts[i], ifonts[i]);
+       strcpy(indent+2, "0");
 
        /*
         *      read the control file for work to do
 
        /*
         *      read the control file for work to do