f67354db69
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/enscript#77586bf6837d2d505f568c4667db6e65b5cd3676
13 lines
500 B
Diff
13 lines
500 B
Diff
diff -up enscript-1.6.4/src/mkafmmap.c.rh457720 enscript-1.6.4/src/mkafmmap.c
|
|
--- enscript-1.6.4/src/mkafmmap.c.rh457720 2008-08-08 11:33:47.000000000 +0200
|
|
+++ enscript-1.6.4/src/mkafmmap.c 2008-08-08 11:33:58.000000000 +0200
|
|
@@ -139,7 +139,7 @@ main (int argc, char *argv[])
|
|
int option_index = 0;
|
|
int c;
|
|
|
|
- c = getopt_long (argc, argv, "p:h", long_options, &option_index);
|
|
+ c = getopt_long (argc, argv, "p:hV", long_options, &option_index);
|
|
if (c == -1)
|
|
break;
|
|
|