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

Diff of /lbbs/src/io.c

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

Revision 1.34 by sysadm, Tue May 20 12:07:06 2025 UTC Revision 1.35 by sysadm, Wed May 28 05:47:37 2025 UTC
# Line 58  int prints(const char *format, ...) Line 58  int prints(const char *format, ...)
58                  {                  {
59                          errno = EAGAIN;                          errno = EAGAIN;
60                          ret = (BUFSIZ - stdout_buf_len - ret);                          ret = (BUFSIZ - stdout_buf_len - ret);
61                            log_error("Output buffer is full, additional %d is required\n", ret);
62                  }                  }
63          }          }
64    


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

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