Formerly main.c.~45~

This commit is contained in:
Roland McGrath 1992-05-25 23:02:13 +00:00
parent b3cc9ddd66
commit b4f6efcf69

3
main.c
View file

@ -1039,7 +1039,8 @@ decode_switches (argc, argv)
{
long_options[i].name = (switches[i].long_name == 0 ? "" :
switches[i].long_name);
*p++ = switches[i].c;
long_options[i].flag = 0;
*p++ = long_options[i].val = switches[i].c;
switch (switches[i].type)
{
case flag: