diff options
-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)); } } } |