fix:windows compile error

This commit is contained in:
wangmm0220 2023-07-13 16:36:05 +08:00
parent cf64d4c9c5
commit a39bf1f93c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void printSubResults(void* pRes, int32_t* totalRows) {
int32_t precision = taos_result_precision(pRes);
taos_print_row(buf, row, fields, numOfFields);
*totalRows += 1;
printf("vgId: %d, offset: %"PRId64", precision: %d, row content: %s\n", vgId, offset, precision, buf);
printf("vgId: %d, offset: %lld, precision: %d, row content: %s\n", vgId, offset, precision, buf);
}
// taos_free_result(pRes);