diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-09-27 02:47:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-09-27 02:47:42 (GMT) |
commit | 2fbf60fb900d6bcf7ac1a2bbf539396903b72edd (patch) | |
tree | 1ae3206878460119a5a3d7d26dad4c86786c8fae /src | |
parent | 8186a5cee10c41e97ba24b6fe1de9f6ce0c3902d (diff) | |
download | hdf5-2fbf60fb900d6bcf7ac1a2bbf539396903b72edd.zip hdf5-2fbf60fb900d6bcf7ac1a2bbf539396903b72edd.tar.gz hdf5-2fbf60fb900d6bcf7ac1a2bbf539396903b72edd.tar.bz2 |
[svn-r27888] Description:
Fix typo in last checkin. *sigh*
Tested on:
MacOSX/64 10.10.5 (amazon) w/serial & parallel
(h5committest forthcoming)
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Shyper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Shyper.c b/src/H5Shyper.c index 5ed1722..10bcdd6 100644 --- a/src/H5Shyper.c +++ b/src/H5Shyper.c @@ -2021,7 +2021,7 @@ H5S_hyper_serialize_helper(const H5S_hyper_span_info_t *spans, /* Recurse down to the next dimension */ *p = pp; - H5S_hyper_serialize_helper(curr->down, start, end, rank = 1, p); + H5S_hyper_serialize_helper(curr->down, start, end, rank + 1, p); } /* end if */ else { /* Encode all the previous dimensions starting & ending points */ |