cast to long in taodemo.c

This commit is contained in:
Shuduo Sang 2021-03-21 18:42:15 +00:00
parent e6f2fbb82d
commit bf684ed118
1 changed files with 1 additions and 1 deletions

View File

@ -2778,7 +2778,7 @@ static int readSampleFromCsvFileToMem(
continue;
}
verbosePrint("readLen=%ld stb->lenOfOneRow=%d getRows=%d\n", readLen,
verbosePrint("readLen=%ld stb->lenOfOneRow=%d getRows=%d\n", (long)readLen,
superTblInfo->lenOfOneRow, getRows);
memcpy(superTblInfo->sampleDataBuf + getRows * superTblInfo->lenOfOneRow,