summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-08 20:13:57 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-08 20:13:57 (GMT)
commit3b9e143ea32517797f0c50c89cbeedeceb200757 (patch)
tree100eeef0e77b39a6b1a8cbd2e89c3ea2a40cf44d /testpar
parent2f6965f07124e003b02b172c5d428d7863797d18 (diff)
parentace4fef4d61047afb08abce8ddd36ea69c8814c9 (diff)
downloadhdf5-3b9e143ea32517797f0c50c89cbeedeceb200757.zip
hdf5-3b9e143ea32517797f0c50c89cbeedeceb200757.tar.gz
hdf5-3b9e143ea32517797f0c50c89cbeedeceb200757.tar.bz2
[svn-r25580] merge from trunk.
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));
}
}
}