--- lbbs/src/menu.c 2025/10/29 07:36:38 1.78 +++ lbbs/src/menu.c 2025/11/04 13:49:51 1.80 @@ -1,18 +1,10 @@ -/*************************************************************************** - menu.c - description - ------------------- - 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 3 of the License, or * - * (at your option) any later version. * - * * - ***************************************************************************/ +/* SPDX-License-Identifier: GPL-3.0-or-later */ +/* + * menu + * - configurable user interactive menu feature + * + * Copyright (C) 2004-2025 by Leaflet + */ #include "bbs.h" #include "bbs_cmd.h" @@ -38,7 +30,7 @@ #define MENU_SET_RESERVED_LENGTH (sizeof(int16_t) * 4) -#define MENU_SHMGET_RETRY_LIMIT 3 +#define MENU_SHMGET_RETRY_LIMIT 10 MENU_SET bbs_menu; MENU_SET top10_menu;