]> git.pld-linux.org Git - packages/LPRng.git/blame - LPRng-format.patch
- rediff patches, rel 5
[packages/LPRng.git] / LPRng-format.patch
CommitLineData
e7651981
JB
1--- LPRng-3.8.35/src/common/lpf.c.orig 2005-05-07 19:28:23.000000000 +0200
2+++ LPRng-3.8.35/src/common/lpf.c 2018-11-14 17:40:49.334515960 +0100
3@@ -485,7 +485,7 @@
4 case 'x': xwidth = atoi( optargv ); break;
5 case 'y': ylength = atoi( optargv ); break;
6 case 'V':
7- fprintf( stdout, Version );
8+ fputs( Version, stdout );
9 Printlist( Copyright, 2 );
10 exit(1);
11 break;
This page took 0.425372 seconds and 4 git commands to generate.