/[LeafOK_CVS]/lbbs/src/menu.c
ViewVC logotype

Diff of /lbbs/src/menu.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.31 by sysadm, Thu May 8 08:05:58 2025 UTC Revision 1.32 by sysadm, Thu May 8 09:06:03 2025 UTC
# Line 306  int load_menu(MENU_SET *p_menu_set, cons Line 306  int load_menu(MENU_SET *p_menu_set, cons
306                                                  q = strtok_r(NULL, MENU_CONF_DELIM_WITHOUT_SPACE, &saveptr);                                                  q = strtok_r(NULL, MENU_CONF_DELIM_WITHOUT_SPACE, &saveptr);
307                                                  if (q == NULL || (q = strchr(q, '\"')) == NULL)                                                  if (q == NULL || (q = strchr(q, '\"')) == NULL)
308                                                  {                                                  {
309                                                          log_error("Error #1 menu item text in menu config line %d\n", fin_line);                                                          log_error("Error menu item text in menu config line %d\n", fin_line);
310                                                          return -1;                                                          return -1;
311                                                  }                                                  }
312                                                  q++;                                                  q++;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1