From 431782f85e9df038f611f374f2956e2741c77220 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 8 Sep 2011 11:34:57 +0000 Subject: [PATCH] format error fixed in debug output --- src/h5core/h5_attribs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/h5core/h5_attribs.c b/src/h5core/h5_attribs.c index 3bb46b8..745ec47 100644 --- a/src/h5core/h5_attribs.c +++ b/src/h5core/h5_attribs.c @@ -233,7 +233,7 @@ h5_get_attrib_info ( h5_size_t* attrib_nelem /*!< OUT: number of elements */ ) { H5_PRIV_API_ENTER (h5_err_t, - "f=0x%p, mode=%d, " + "f=%p, mode=%d, " "attrib_idx=%llu, attrib_name=%p, len_attrib_name=%llu, " "attrib_type=%p, attrib_nelem=%p", f, mode,