From 2fbf60fb900d6bcf7ac1a2bbf539396903b72edd Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Sat, 26 Sep 2015 21:47:42 -0500 Subject: [svn-r27888] Description: Fix typo in last checkin. *sigh* Tested on: MacOSX/64 10.10.5 (amazon) w/serial & parallel (h5committest forthcoming) --- src/H5Shyper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v0.12