test/protocle_parse.c | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
test/protocle_parse.c
@@ -70,7 +70,7 @@ char *topic; size_t topic_len; char *str = "<**subsdf**>{经济}"; char *str = "<**sub**>{经济}"; if(parse_pubsub_topic(str, &action, &action_len, &topic, &topic_len)) { printf("action:%s\n", action); printf("topic:%s\n", topic);