From 0f60ddb3cd08c0283a95bb07ccbbb4111d09bddb Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Mon, 19 Dec 2022 15:51:12 +0800 Subject: [PATCH] fix(query): fix error. --- examples/c/asyncdemo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/c/asyncdemo.c b/examples/c/asyncdemo.c index 83d217769b..c86cd44354 100644 --- a/examples/c/asyncdemo.c +++ b/examples/c/asyncdemo.c @@ -35,7 +35,7 @@ int64_t st, et; typedef struct { int id; TAOS *taos; - char name[16]; + char name[32]; time_t timeStamp; int value; int rowsInserted;