diff options
author | Roland McGrath <roland@redhat.com> | 1992-05-25 23:02:13 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-05-25 23:02:13 +0000 |
commit | b4f6efcf698f1adc6fc59f3e544606cb6e63f586 (patch) | |
tree | 617570841a966ec2153580b761519a2017191721 /main.c | |
parent | b3cc9ddd668b6fc520c280bfd4d5ad1473683f8b (diff) | |
download | gunmake-b4f6efcf698f1adc6fc59f3e544606cb6e63f586.tar.gz |
Formerly main.c.~45~
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |