mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r25573] fix error output when dataset verify detects wrong data.
This commit is contained in:
parent
5a4357e4fb
commit
ace4fef4d6
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user