]> git.pld-linux.org Git - packages/cups.git/blob - cups-lp-lpr.patch
- up to 1.3.9
[packages/cups.git] / cups-lp-lpr.patch
1 --- cups-1.1.10/berkeley/lpr.c.orig     Tue Jan 30 16:17:45 2001
2 +++ cups-1.1.10/berkeley/lpr.c  Tue Jan 30 16:18:18 2001
3 @@ -324,7 +324,7 @@
4      if (title)
5        job_id = cupsPrintFile(printer, tempfile, title, num_options, options);
6      else
7 -      job_id = cupsPrintFile(printer, tempfile, "(stdin)", num_options, options);
8 +      job_id = cupsPrintFile(printer, tempfile, "STDIN", num_options, options);
9  
10      unlink(tempfile);
11    }
12 --- cups-1.1.10/systemv/lp.c.orig       Tue Jan 30 16:16:32 2001
13 +++ cups-1.1.10/systemv/lp.c    Tue Jan 30 16:17:10 2001
14 @@ -544,7 +544,7 @@
15      if (title)
16        job_id = cupsPrintFile(printer, tempfile, title, num_options, options);
17      else
18 -      job_id = cupsPrintFile(printer, tempfile, "(stdin)", num_options, options);
19 +      job_id = cupsPrintFile(printer, tempfile, "STDIN", num_options, options);
20  
21      unlink(tempfile);
22    }
This page took 0.030987 seconds and 3 git commands to generate.