| 232 |
lml_tag_quote_level += fb_quote_level; |
lml_tag_quote_level += fb_quote_level; |
| 233 |
|
|
| 234 |
tag_output_len = snprintf(tag_output_buf, LML_TAG_OUTPUT_BUF_LEN, "%s", |
tag_output_len = snprintf(tag_output_buf, LML_TAG_OUTPUT_BUF_LEN, "%s", |
| 235 |
lml_tag_quote_color[(lml_tag_quote_level) % LML_TAG_QUOTE_LEVEL_LOOP]); |
lml_tag_quote_color[lml_tag_quote_level % LML_TAG_QUOTE_LEVEL_LOOP]); |
| 236 |
if (j + tag_output_len >= buf_len) |
if (j + tag_output_len >= buf_len) |
| 237 |
{ |
{ |
| 238 |
log_error("Buffer is not longer enough for output string %d >= %d\n", j + tag_output_len, buf_len); |
log_error("Buffer is not longer enough for output string %d >= %d\n", j + tag_output_len, buf_len); |