fixed -c option to `if' filter
authorRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Tue, 2 Aug 1983 23:41:47 +0000 (15:41 -0800)
committerRalph Campbell <ralph@ucbvax.Berkeley.EDU>
Tue, 2 Aug 1983 23:41:47 +0000 (15:41 -0800)
SCCS-vsn: usr.sbin/lpr/lpd/printjob.c 4.13

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

index 04ffb5c..e95cb85 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)printjob.c 4.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)printjob.c 4.13 (Berkeley) %G%";
 #endif
 
 /*
 #endif
 
 /*
@@ -420,7 +420,7 @@ print(format, file)
                break;
        case 'l':       /* like 'f' but pass control characters */
                prog = IF;
                break;
        case 'l':       /* like 'f' but pass control characters */
                prog = IF;
-               av[1] = "-l";
+               av[1] = "-c";
                av[2] = width;
                av[3] = length;
                av[4] = indent;
                av[2] = width;
                av[3] = length;
                av[4] = indent;