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

Diff of /lbbs/src/str_process.c

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

Revision 1.15 by sysadm, Sat Jun 14 10:03:32 2025 UTC Revision 1.16 by sysadm, Sat Jun 14 11:15:46 2025 UTC
# Line 92  long split_data_lines(const char *p_buf, Line 92  long split_data_lines(const char *p_buf,
92                  // Exceed max_line_cnt                  // Exceed max_line_cnt
93                  if (line_cnt + 1 >= line_offsets_count)                  if (line_cnt + 1 >= line_offsets_count)
94                  {                  {
95                          log_error("Line count %d reaches limit %d\n", line_cnt + 1, line_offsets_count);                          // log_error("Line count %d reaches limit %d\n", line_cnt + 1, line_offsets_count);
96                          return line_cnt;                          return line_cnt;
97                  }                  }
98    


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

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