fix bug
This commit is contained in:
parent
a37f5a42cc
commit
091d22e2c2
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue