/[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.94 by sysadm, Sat Jan 3 10:27:14 2026 UTC Revision 1.95 by sysadm, Mon Jan 5 05:41:34 2026 UTC
# Line 88  int load_menu(MENU_SET *p_menu_set, cons Line 88  int load_menu(MENU_SET *p_menu_set, cons
88    
89          if ((fin = fopen(conf_file, "r")) == NULL)          if ((fin = fopen(conf_file, "r")) == NULL)
90          {          {
91                  log_error("Open %s failed", conf_file);                  log_error("Open %s error: %d", conf_file, errno);
92                  return -2;                  return -2;
93          }          }
94    


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

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