]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/lpr.c
Import CUPS 1.4svn r7023 into easysw/current.
[thirdparty/cups.git] / berkeley / lpr.c
index a7223f2d786203f1917d8db4d667d5a22ae146cc..47e0d814cdc55d3b1472a795bc9fcea6ebddf009 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: lpr.c 6649 2007-07-11 21:46:42Z mike $"
+ * "$Id: lpr.c 7017 2007-10-10 22:09:57Z mike $"
  *
  *   "lpr" command for the Common UNIX Printing System (CUPS).
  *
@@ -200,11 +200,11 @@ main(int  argc,                           /* I - Number of command-line arguments */
            break;
 
        case 'l' : /* Literal/raw */
-            num_options = cupsAddOption("raw", "", num_options, &options);
+            num_options = cupsAddOption("raw", "true", num_options, &options);
            break;
 
        case 'p' : /* Prettyprint */
-            num_options = cupsAddOption("prettyprint", "", num_options,
+            num_options = cupsAddOption("prettyprint", "true", num_options,
                                        &options);
            break;
 
@@ -520,5 +520,5 @@ sighandler(int s)                   /* I - Signal number */
 
 
 /*
- * End of "$Id: lpr.c 6649 2007-07-11 21:46:42Z mike $".
+ * End of "$Id: lpr.c 7017 2007-10-10 22:09:57Z mike $".
  */