Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220649
b: refs/heads/master
c: c94d3fb
h: refs/heads/master
i:
  220647: 2605168
v: v3
  • Loading branch information
Arnaud Lacombe authored and Michal Marek committed Aug 31, 2010
1 parent 52b937e commit 247039a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ba9568259f71bc848ac460bc616ce9640634693
refs/heads/master: c94d3fb01fb6db1899cdf53ea4eb9d38e08a08fe
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ int main(int ac, char **av)
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);

while ((opt = getopt_long_only(ac, av, "", long_opts, NULL)) != -1) {
while ((opt = getopt_long(ac, av, "", long_opts, NULL)) != -1) {
input_mode = (enum input_mode)opt;
switch (opt) {
case silentoldconfig:
Expand Down

0 comments on commit 247039a

Please sign in to comment.