This commit is contained in:
2008-08-04 08:06:43 +00:00
parent 0c923ff71c
commit cbb37554c1
4 changed files with 122 additions and 95 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: getopt.c 290 2008-07-27 06:16:54Z baconevi $
* $Id: getopt.c 313 2008-08-03 14:06:43Z baconevi $
*
* {License}
*/
@ -140,7 +140,7 @@ ase_cint_t ase_getopt (int argc, ase_char_t* const* argv, ase_opt_t* opt)
return o->val;
}
if (*end == ASE_T('=')) *end = ASE_T('\0');
/*if (*end == ASE_T('=')) *end = ASE_T('\0');*/
opt->lngopt = opt->cur;
return BADCH;
}