Parent Directory
|
Revision Log
|
Patch
| Revision 1.31 by sysadm, Mon Nov 17 12:16:48 2025 UTC | Revision 1.32 by sysadm, Sat Nov 22 10:36:37 2025 UTC | |
|---|---|---|
| # | Line 203 long split_data_lines(const char *p_buf, | Line 203 long split_data_lines(const char *p_buf, |
| 203 | // Exceed max_line_cnt | // Exceed max_line_cnt |
| 204 | if (line_cnt + 1 >= line_offsets_count) | if (line_cnt + 1 >= line_offsets_count) |
| 205 | { | { |
| 206 | // log_error("Line count %d reaches limit %d\n", line_cnt + 1, line_offsets_count); | #ifdef _DEBUG |
| 207 | log_error("Line count %d reaches limit %d\n", line_cnt + 1, line_offsets_count); | |
| 208 | #endif | |
| 209 | return line_cnt; | return line_cnt; |
| 210 | } | } |
| 211 |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |