hoi :)
On Mon, Jul 10, 2006 at 01:12:37PM +0200, Jesper Juhl wrote:
> --- linux-2.6.18-rc1-orig/scripts/kconfig/mconf.c 2006-06-18 03:49:35.000000000 +0200
> +++ linux-2.6.18-rc1/scripts/kconfig/mconf.c 2006-07-09 19:48:05.000000000 +0200
> @@ -276,7 +276,7 @@ static void conf_save(void);
> static void show_textbox(const char *title, const char *text, int r, int c);
> static void show_helptext(const char *title, const char *text);
> static void show_help(struct menu *menu);
> -static void show_file(const char *filename, const char *title, int r, int c);
> +static void show_file(const char *fname, const char *title, int r, int c);
>
> static void cprint_init(void);
> static int cprint1(const char *fmt, ...);
perhaps its more clear if you change the global variable instead?
perhaps to config_filename?