summaryrefslogtreecommitdiffstats
path: root/src/H5Oattr.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-04-30 19:57:58 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-04-30 19:57:58 (GMT)
commit4e6026d44fab9d401626cd559740ea2110e3540a (patch)
treeecc96660aa5b865d42978d9730f188b1abbfb5a4 /src/H5Oattr.c
parent9844f91b17fb0808d45a2a873d3504c318c500e1 (diff)
downloadhdf5-4e6026d44fab9d401626cd559740ea2110e3540a.zip
hdf5-4e6026d44fab9d401626cd559740ea2110e3540a.tar.gz
hdf5-4e6026d44fab9d401626cd559740ea2110e3540a.tar.bz2
[svn-r13711] Description:
Reduce size of fill value message in default setting case (since it can't be eliminated). Tested on: Mac OS X/32 10.4.9 (amazon)
Diffstat (limited to 'src/H5Oattr.c')
-rw-r--r--src/H5Oattr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oattr.c b/src/H5Oattr.c
index 20af30c..dbe9b0c 100644
--- a/src/H5Oattr.c
+++ b/src/H5Oattr.c
@@ -99,7 +99,7 @@ const H5O_msg_class_t H5O_MSG_ATTR[1] = {{
/* Add support for different character encodings of attribute names */
#define H5O_ATTR_VERSION_3 3
-/* The latest version of the format. Look through the 'encode'
+/* The latest version of the format. Look through the 'encode', 'decode'
* and 'size' callback for places to change when updating this. */
#define H5O_ATTR_VERSION_LATEST H5O_ATTR_VERSION_3