X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fzconf.y;h=250d58e7d046a244fd195ea546f48fabdb8ba01e;hp=02c8550147e5694a0b6773ae587f51bc18626bc1;hb=bf909cc9605bfd77ab60b9dfead00c92af2852d2;hpb=65512385c67686caa41208d6a1a9b71fb2f57639 diff --git a/config/zconf.y b/config/zconf.y index 02c8550..250d58e 100644 --- a/config/zconf.y +++ b/config/zconf.y @@ -127,7 +127,7 @@ no_mainmenu_stmt: /* empty */ * later regardless of whether it comes from the 'prompt' in * mainmenu_stmt or here */ - menu_add_prompt(P_MENU, strdup("Linux Kernel Configuration"), NULL); + menu_add_prompt(P_MENU, xstrdup("Linux Kernel Configuration"), NULL); };