components/enscript/patches/enscript-1.6.4-rh457719.patch
branchs11-update
changeset 2723 138732f62341
equal deleted inserted replaced
2722:dc566ca73390 2723:138732f62341
       
     1 diff -up enscript-1.6.4/src/main.c.rh457719 enscript-1.6.4/src/main.c
       
     2 --- enscript-1.6.4/src/main.c.rh457719	2008-08-08 11:23:27.000000000 +0200
       
     3 +++ enscript-1.6.4/src/main.c	2008-08-08 11:23:36.000000000 +0200
       
     4 @@ -2001,7 +2001,7 @@ handle_options (int argc, char *argv[])
       
     5        int i;
       
     6  
       
     7        c = getopt_long (argc, argv,
       
     8 -		       "#:123456789a:A:b:BcC::d:D:e::E::f:F:gGhH::i:I:jJ:kKlL:mM:n:N:o:Op:P:qrRs:S:t:T:u::U:vVW:X:zZ",
       
     9 +		       "#:123456789a:A:b:BcC::d:D:e::E::f:F:gGhH::i:I:jJ:kKlL:mM:n:N:o:Op:P:qrRs:S:t:T:u::U:vVw:W:X:zZ",
       
    10  		       long_options, &option_index);
       
    11  
       
    12        if (c == -1)