From e5666c8fef9cc25ae60bcfdf42d6c048423e09fe Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 12 Dec 1998 17:44:34 +0000 Subject: See ChangeLog: Sat Dec 12 18:40:32 CET 1998 Werner Koch --- util/argparse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/argparse.c') diff --git a/util/argparse.c b/util/argparse.c index ffda57238..4810d8700 100644 --- a/util/argparse.c +++ b/util/argparse.c @@ -516,9 +516,9 @@ arg_parse( ARGPARSE_ARGS *arg, ARGPARSE_OPTS *opts) } if( i == -2 ) /* ambiguous option */ - arg->r_opt = (opts[i].flags & 256)? -9:-8; + arg->r_opt = -8; else if( i == -1 ) { - arg->r_opt = (opts[i].flags & 256)? -7:-2; + arg->r_opt = -2; arg->r.ret_str = s+2; } else -- cgit v1.2.3