13 lines
485 B
Diff
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;
|