diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-09-05 19:30:42 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-09-05 19:30:42 (GMT) |
commit | ace4fef4d61047afb08abce8ddd36ea69c8814c9 (patch) | |
tree | d11b9dc7200114e66bf6eb88e644d0355899f612 /testpar/t_coll_chunk.c | |
parent | 5a4357e4fb0b920c46cae32e446a662dd44ed7f9 (diff) | |
download | hdf5-ace4fef4d61047afb08abce8ddd36ea69c8814c9.zip hdf5-ace4fef4d61047afb08abce8ddd36ea69c8814c9.tar.gz hdf5-ace4fef4d61047afb08abce8ddd36ea69c8814c9.tar.bz2 |
[svn-r25573] fix error output when dataset verify detects wrong data.
Diffstat (limited to 'testpar/t_coll_chunk.c')
-rw-r--r-- | testpar/t_coll_chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_coll_chunk.c b/testpar/t_coll_chunk.c index 11d7b10..ab9de09 100644 --- a/testpar/t_coll_chunk.c +++ b/testpar/t_coll_chunk.c @@ -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)); } } } |