fix: pass compilation

This commit is contained in:
slzhou 2023-09-04 15:20:10 +08:00
parent 6f8c642c9a
commit 1185bba98b
1 changed files with 1 additions and 1 deletions

View File

@ -730,7 +730,7 @@ int64_t shellVerticalPrintResult(TAOS_RES *tres, const char *sql) {
int32_t showMore = 1;
do {
if (numOfRows < resShowMaxNum) {
printf("*************************** %d.row ***************************\r\n", numOfRows + 1);
printf("*************************** %"PRId64".row ***************************\r\n", numOfRows + 1);
int32_t *length = taos_fetch_lengths(tres);