cast to long in taodemo.c
This commit is contained in:
parent
e6f2fbb82d
commit
bf684ed118
|
@ -2778,7 +2778,7 @@ static int readSampleFromCsvFileToMem(
|
||||||
continue;
|
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);
|
superTblInfo->lenOfOneRow, getRows);
|
||||||
|
|
||||||
memcpy(superTblInfo->sampleDataBuf + getRows * superTblInfo->lenOfOneRow,
|
memcpy(superTblInfo->sampleDataBuf + getRows * superTblInfo->lenOfOneRow,
|
||||||
|
|
Loading…
Reference in New Issue