--- lbbs/include/menu.h 2025/05/04 14:54:55 1.11 +++ lbbs/include/menu.h 2025/05/08 08:05:58 1.13 @@ -1,16 +1,15 @@ /*************************************************************************** menu.h - description ------------------- - begin : Wed Mar 16 2004 - copyright : (C) 2005 by Leaflet - email : leaflet@leafok.com + Copyright : (C) 2004-2025 by Leaflet + Email : leaflet@leafok.com ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * + * the Free Software Foundation; either version 3 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ @@ -65,7 +64,7 @@ typedef struct _menu MENU; struct _menu_set { - char conf_file[256]; + char conf_file[FILE_PATH_LEN]; MENU *p_menu[MAX_MENUS]; MENU *p_menu_select[MAX_MENU_DEPTH]; int menu_count;