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

Diff of /lbbs/src/menu_proc.c

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

Revision 1.52 by sysadm, Fri Nov 21 07:36:41 2025 UTC Revision 1.55 by sysadm, Fri Nov 21 12:19:15 2025 UTC
# Line 70  int exec_mbem(void *param) Line 70  int exec_mbem(void *param)
70                          c++;                          c++;
71                  }                  }
72    
73  #ifdef LOAD_SO  #ifdef _ENABLE_SHARED
74                  hdll = dlopen(s + 5, RTLD_LAZY);                  hdll = dlopen(s + 5, RTLD_LAZY);
75    
76                  if (hdll)                  if (hdll)
# Line 104  int exec_mbem(void *param) Line 104  int exec_mbem(void *param)
104                  {                  {
105                          bbs_net();                          bbs_net();
106                  }                  }
107                  // else if (strcasecmp(c, "chicken_main") == 0)                  else if (strcasecmp(c, "chicken_main") == 0)
108                  // {                  {
109                  //      chicken_main();                          chicken_main();
110                  // }                  }
111                  else                  else
112                  {                  {
113                          clearscr();                          clearscr();


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

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