Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54140
b: refs/heads/master
c: d802b50
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Sam Ravnborg committed May 2, 2007
1 parent 364d3f1 commit 7ed07e9
Show file tree
Hide file tree
Showing 3 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: 87c94bfb8ad354fb43d2caf870d7ca0b3f98dab3
refs/heads/master: d802b50f0d63d2d18d8dae15d7e3285e99e7e7b6
1 change: 1 addition & 0 deletions trunk/scripts/kconfig/lkc.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ int zconf_lineno(void);
char *zconf_curname(void);

/* confdata.c */
const char *conf_get_configname(void);
char *conf_get_default_confname(void);
void sym_set_change_count(int count);
void sym_add_change_count(int count);
Expand Down
2 changes: 1 addition & 1 deletion trunk/scripts/kconfig/mconf.c
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ int main(int ac, char **av)
init_wsize();
reset_dialog();
init_dialog(NULL);
set_config_filename(".config");
set_config_filename(conf_get_configname());
do {
conf(&rootmenu);
dialog_clear();
Expand Down

0 comments on commit 7ed07e9

Please sign in to comment.