Parent Directory
|
Revision Log
- updated patches due rpm 4.6 - enscript -w is handled well (#457719) - mkafmmap -V is handled well (#457720)
| 1 | diff -up enscript-1.6.4/src/mkafmmap.c.rh457720 enscript-1.6.4/src/mkafmmap.c |
| 2 | --- enscript-1.6.4/src/mkafmmap.c.rh457720 2008-08-08 11:33:47.000000000 +0200 |
| 3 | +++ enscript-1.6.4/src/mkafmmap.c 2008-08-08 11:33:58.000000000 +0200 |
| 4 | @@ -139,7 +139,7 @@ main (int argc, char *argv[]) |
| 5 | int option_index = 0; |
| 6 | int c; |
| 7 | |
| 8 | - c = getopt_long (argc, argv, "p:h", long_options, &option_index); |
| 9 | + c = getopt_long (argc, argv, "p:hV", long_options, &option_index); |
| 10 | if (c == -1) |
| 11 | break; |
| 12 |
| admin@fedoraproject.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |