mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r27888] Description:
Fix typo in last checkin. *sigh* Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming)
This commit is contained in:
parent
8186a5cee1
commit
2fbf60fb90
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user