summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-05 19:32:10 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-05 19:32:10 (GMT)
commitaed8c360599771b46ce3cc7f96d6279a319dded4 (patch)
tree72d4cfaaf1d819d594f1d12f4669a261267babab /testpar
parentc8c53935a9e9cb57460efe7e99e1455a39537039 (diff)
downloadhdf5-aed8c360599771b46ce3cc7f96d6279a319dded4.zip
hdf5-aed8c360599771b46ce3cc7f96d6279a319dded4.tar.gz
hdf5-aed8c360599771b46ce3cc7f96d6279a319dded4.tar.bz2
[svn-r25574] Merge 25573 from trunk:
- fix error output when dataset verify detects wrong data.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_coll_chunk.c2
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));
}
}
}