Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 0af86788e33031e5a0acedb84b7aff34 > files > 6

cups-1.2.10-2mdv2007.1.src.rpm

--- berkeley/lpr.c.orig	Tue Jan 30 16:17:45 2001
+++ berkeley/lpr.c	Tue Jan 30 16:18:18 2001
@@ -324,7 +324,7 @@
     if (title)
       job_id = cupsPrintFile(printer, tempfile, title, num_options, options);
     else
-      job_id = cupsPrintFile(printer, tempfile, "(stdin)", num_options, options);
+      job_id = cupsPrintFile(printer, tempfile, "STDIN", num_options, options);
 
     unlink(tempfile);
   }
--- systemv/lp.c.orig	Tue Jan 30 16:16:32 2001
+++ systemv/lp.c	Tue Jan 30 16:17:10 2001
@@ -544,7 +544,7 @@
     if (title)
       job_id = cupsPrintFile(printer, tempfile, title, num_options, options);
     else
-      job_id = cupsPrintFile(printer, tempfile, "(stdin)", num_options, options);
+      job_id = cupsPrintFile(printer, tempfile, "STDIN", num_options, options);
 
     unlink(tempfile);
   }