Commits

Binh-Minh Ribler committed 37c56ebd376
Fix HDFFV-8089 Description: Some code within an "ifdef H5D_CHUNK_DEBUG" block was using outdated data structure but not caught because the case of H5D_CHUNK_DEBUG being defined was never tested. It was commented out. I defined H5D_CHUNK_DEBUG, tested, and commented out again. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
View the full source of this file
- Ignore whitespace
- Hide e-diff
- Unified diff
- Side-by-side diff
src/H5Dchunk.c
Modified