[svn-r25573] fix error output when dataset verify detects wrong data.

This commit is contained in:
Mohamad Chaarawi 2014-09-05 14:30:42 -05:00
parent 5a4357e4fb
commit ace4fef4d6

View File

@ -1266,7 +1266,7 @@ ccdataset_vrfy(hsize_t start[],
if (vrfyerrs++ < MAX_ERR_REPORT || VERBOSE_MED){
printf("Dataset Verify failed at [%lu][%lu]: expect %d, got %d\n",
(unsigned long)i, (unsigned long)j,
*(original), *(dataset));
*(oriptr), *(dataptr));
}
}
}