made code proper to avoid warning/fixed some small potential bugs
This commit is contained in:
@ -325,7 +325,7 @@ static int DiffScanTask(void *pData){
|
||||
/*
|
||||
print progress
|
||||
*/
|
||||
snprintf(pBueffel,255,"%5d %12.4f %12.4f RAW: %10d %10d",
|
||||
snprintf(pBueffel,255,"%5d %12.4f %12.4f RAW: %10ld %10ld",
|
||||
self->scanObject->iCounts -1,
|
||||
fPos, countValue, rawCount,
|
||||
rawMon);
|
||||
|
Reference in New Issue
Block a user