summaryrefslogtreecommitdiff
path: root/popt.c
diff options
context:
space:
mode:
Diffstat (limited to 'popt.c')
-rw-r--r--popt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/popt.c b/popt.c
index 2727e74..6b77e21 100644
--- a/popt.c
+++ b/popt.c
@@ -932,10 +932,7 @@ int poptGetNextOpt(poptContext con)
origOptString++;
if (*origOptString != '\0')
- con->os->nextCharArg = origOptString;
-#ifdef NOTYET /* XXX causes test 9 failure. */
con->os->nextCharArg = origOptString + (*origOptString == '=');
-#endif
}
if (opt == NULL) return POPT_ERROR_BADOPT; /* XXX can't happen */