diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-09-05 19:32:10 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2014-09-05 19:32:10 (GMT) |
commit | aed8c360599771b46ce3cc7f96d6279a319dded4 (patch) | |
tree | 72d4cfaaf1d819d594f1d12f4669a261267babab /testpar/t_coll_chunk.c | |
parent | c8c53935a9e9cb57460efe7e99e1455a39537039 (diff) | |
download | hdf5-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/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)); } } } |