summaryrefslogtreecommitdiffstats
path: root/src/H5Rint.c
diff options
context:
space:
mode:
authorJerome Soumagne <jsoumagne@hdfgroup.org>2020-07-28 21:26:20 (GMT)
committerJerome Soumagne <jsoumagne@hdfgroup.org>2020-07-28 21:36:19 (GMT)
commitef6db167a86e6c065d46963dbd75cd325fe83813 (patch)
tree286d737712315277c493bf0499fd30755b0c9fa0 /src/H5Rint.c
parentb201a78b33bd572f401c7d1693d06af0103e1a96 (diff)
downloadhdf5-ef6db167a86e6c065d46963dbd75cd325fe83813.zip
hdf5-ef6db167a86e6c065d46963dbd75cd325fe83813.tar.gz
hdf5-ef6db167a86e6c065d46963dbd75cd325fe83813.tar.bz2
H5R: fix encoding of references that are part of compound types
Add corresponding test and some debug information
Diffstat (limited to 'src/H5Rint.c')
-rw-r--r--src/H5Rint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Rint.c b/src/H5Rint.c
index 6dfbf2b..0acc887 100644
--- a/src/H5Rint.c
+++ b/src/H5Rint.c
@@ -86,7 +86,7 @@
} while(0)
/* Debug */
-//#define H5R_DEBUG
+// #define H5R_DEBUG
#ifdef H5R_DEBUG
#define H5R_LOG_DEBUG(...) do { \
HDfprintf(stdout, " # %s(): ", __func__); \