summaryrefslogtreecommitdiffstats
path: root/src/H5Farray.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Farray.c')
-rw-r--r--src/H5Farray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Farray.c b/src/H5Farray.c
index aeb4c03..6faa42f 100644
--- a/src/H5Farray.c
+++ b/src/H5Farray.c
@@ -311,7 +311,7 @@ printf("%s: feature_flags=%lx\n",FUNC,(unsigned long)f->shared->lf->feature_flag
"external data read failed");
}
} else {
- if (H5F_contig_read(f, addr, elmt_size, dxpl_id, buf)<0) {
+ if (H5F_contig_read(f, H5FD_MEM_DRAW, addr, elmt_size, dxpl_id, buf)<0) {
HRETURN_ERROR(H5E_IO, H5E_READERROR, FAIL,
"block read failed");
}