ossp-pkg/rc/rc_config.c 1.25 -> 1.26
--- rc_config.c 2002/08/01 08:09:04 1.25
+++ rc_config.c 2002/08/01 11:59:55 1.26
@@ -204,6 +204,7 @@
try { /* Parse option groups in order of priority */
clioptParseopts(nTotal, szArgvec); /* Command line options */
+ configVerify(); /* Test for usage, help and version options */
clioptParseargs(); /* Command line args */
/* envoptParse(m_nLocks->pOpt);*/ /* Environment options */
/* cnfoptParse(m_nLocks->pOpt);*/ /* Configfile options */
@@ -226,8 +227,6 @@
ex_t Except;
short bStop = FALSE;
-
-
try { /* Checks for legal option combination */
/* I'm too braindead to remember digital logic theory from the */
/* Uni, so I'll hack my own XOR gates with plain math instead */
|
|