[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:
Quincey Koziol 2015-09-26 21:47:42 -05:00
parent 8186a5cee1
commit 2fbf60fb90

View File

@ -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 */