On Wed, Apr 30, 2014 at 02:16:58PM -0400, David Korn wrote: > Thanks Werner. I haven't been able to reproduce this but I think changing > that line to the following might fix it. > > assignment = 1 + !strcmp(argp->argval,"alias"); > > Let me know.
After the report I had used a similar change:
if (strcmp(argp->argval,"alias")==0)
assignment++;
and it works flawless.
--
"Having a smoking section in a restaurant is like having
a peeing section in a swimming pool." -- Edward Burr
pgpa7Y1Urw_xd.pgp
Description: PGP signature
_______________________________________________ ast-users mailing list [email protected] http://lists.research.att.com/mailman/listinfo/ast-users
