Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75157
b: refs/heads/master
c: 870e6f7
h: refs/heads/master
i:
  75155: 2dc8274
v: v3
  • Loading branch information
Paul Mundt authored and Linus Torvalds committed Dec 23, 2007
1 parent 791ccf9 commit c79800f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7bbaac12a6036f55111a54b01908d0f3afe8622d
refs/heads/master: 870e6f7e15980d1a33615de572078406737ac22e
3 changes: 2 additions & 1 deletion trunk/scripts/kconfig/conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ static int conf_choice(struct menu *menu)
continue;
break;
case set_random:
def = (random() % cnt) + 1;
if (is_new)
def = (random() % cnt) + 1;
case set_default:
case set_yes:
case set_mod:
Expand Down

0 comments on commit c79800f

Please sign in to comment.