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

Diff of /lbbs/src/bbs_net.c

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

Revision 1.52 by sysadm, Wed Jun 18 04:38:20 2025 UTC Revision 1.53 by sysadm, Wed Jun 18 05:11:19 2025 UTC
# Line 217  int bbsnet_connect(int n) Line 217  int bbsnet_connect(int n)
217          struct tm *tm_used;          struct tm *tm_used;
218          int ch;          int ch;
219    
220            if (user_online_update("BBS_NET") < 0)
221            {
222                    log_error("user_online_update(BBS_NET) error\n");
223            }
224    
225          clearscr();          clearscr();
226    
227          moveto(0, 0);          moveto(0, 0);
# Line 748  int bbs_net() Line 753  int bbs_net()
753          {          {
754                  ch = igetch(100);                  ch = igetch(100);
755    
                 if (user_online_update("BBS_NET") < 0)  
                 {  
                         log_error("user_online_update(BBS_NET) error\n");  
                 }  
   
756                  switch (ch)                  switch (ch)
757                  {                  {
758                  case KEY_NULL: // broken pipe                  case KEY_NULL: // broken pipe


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

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