/[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.25 by sysadm, Fri Nov 7 13:42:45 2025 UTC Revision 1.27 by sysadm, Fri Nov 7 15:56:42 2025 UTC
# Line 162  long split_data_lines(const char *p_buf, Line 162  long split_data_lines(const char *p_buf,
162                  p_line_offsets[line_cnt + 1] = p_line_offsets[line_cnt] + len;                  p_line_offsets[line_cnt + 1] = p_line_offsets[line_cnt] + len;
163                  line_cnt++;                  line_cnt++;
164                  p_buf += len;                  p_buf += len;
165          } while (len > 0);          } while (p_buf[0] != '\0' || end_of_line);
166    
167          return line_cnt;          return line_cnt;
168  }  }


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

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