You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
LPRng/LPRng-3.8.35-el8_build_form...

13 lines
485 B
Diff

diff -Nur --no-dereference LPRng-3.8.35.old/src/common/lpf.c LPRng-3.8.35/src/common/lpf.c
--- LPRng-3.8.35.old/src/common/lpf.c 2005-05-07 13:28:23.000000000 -0400
+++ LPRng-3.8.35/src/common/lpf.c 2024-03-15 16:50:08.863000000 -0400
@@ -485,7 +485,7 @@
case 'x': xwidth = atoi( optargv ); break;
case 'y': ylength = atoi( optargv ); break;
case 'V':
- fprintf( stdout, Version );
+ fputs(Version, stdout);
Printlist( Copyright, 2 );
exit(1);
break;