[gs-commits] rev 11067 - trunk/gs/jbig2dec
masaki at ghostscript.com
masaki at ghostscript.com
Wed Apr 14 02:31:58 UTC 2010
Author: masaki
Date: 2010-04-14 02:31:58 +0000 (Wed, 14 Apr 2010)
New Revision: 11067
Modified:
trunk/gs/jbig2dec/jbig2dec.c
Log:
Fixed jbig2dec command getopt() parameter for -v option. Not used by ghostscript itself but worth for standalone debugging.
Modified: trunk/gs/jbig2dec/jbig2dec.c
===================================================================
--- trunk/gs/jbig2dec/jbig2dec.c 2010-04-14 02:26:16 UTC (rev 11066)
+++ trunk/gs/jbig2dec/jbig2dec.c 2010-04-14 02:31:58 UTC (rev 11067)
@@ -141,7 +141,7 @@
while (1) {
option = getopt_long(argc, argv,
- "Vh?qvdo:t:", long_options, &option_idx);
+ "Vh?qv:do:t:", long_options, &option_idx);
if (option == -1) break;
switch (option) {
More information about the gs-commits
mailing list