From 045ee6a759722aa04c368d7ee1f83f8956189f8e Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 24 七月 2020 15:11:23 +0800 Subject: [PATCH] update --- test/protocle_parse.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/protocle_parse.c b/test/protocle_parse.c index a64a4b6..9acef45 100644 --- a/test/protocle_parse.c +++ b/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); -- Gitblit v1.8.0