From: Roland McGrath Date: Mon, 25 May 1992 23:02:13 +0000 (+0000) Subject: Formerly main.c.~45~ X-Git-Tag: 3.70.2~767 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4f6efcf698f1adc6fc59f3e544606cb6e63f586;p=thirdparty%2Fmake.git Formerly main.c.~45~ --- diff --git a/main.c b/main.c index 81dbfdd6..e0a274aa 100644 --- a/main.c +++ b/main.c @@ -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: