src/include/H5_file_attrib.h

- H5ReadFileAttribString(): bugdix in format of H5_API_ENTER(), print pointer value not string
This commit is contained in:
2016-07-28 16:01:11 +02:00
parent aa4f40ee3d
commit 647af5847e
+1 -1
View File
@@ -393,7 +393,7 @@ H5ReadFileAttribString (
char* const buffer
) {
H5_API_ENTER (h5_err_t,
"f=%p, attrib_name='%s', buffer='%s'",
"f=%p, attrib_name='%s', buffer='%p'",
(h5_file_p)f, attrib_name, buffer);
H5_API_RETURN (
h5_read_file_attrib (