This commit is contained in:
dapan1121 2021-04-15 10:57:19 +08:00
parent a37f5a42cc
commit 091d22e2c2
1 changed files with 1 additions and 1 deletions

View File

@ -6326,7 +6326,7 @@ void tscPrintSelectClause(SSqlObj* pSql, int32_t subClauseIndex) {
int32_t totalBufSize = 1024;
char str[1024] = {0};
char str[1024+1] = {0};
int32_t offset = 0;
offset += sprintf(str, "num:%d [", size);