src/bh_api.cpp | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/bh_api.cpp
@@ -797,7 +797,7 @@ #if defined(PRO_DE_SERIALIZE) for (i = 0; i < _input.amount; i++) { len = strlen(_input.topics[i]); strncpy(topics_buf + count, _input.topics[i], min); strncpy(topics_buf + count, _input.topics[i], len); count += len;