diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2011-08-10 20:46:35 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2011-08-10 20:46:35 (GMT) |
commit | fb3d6c22d0343675e1e0b9ecf054e1a4e126b266 (patch) | |
tree | ec6d99fa50417ecf4e985e084f91b78c36e78222 | |
parent | 4d83d62eb3f1bcea910665602285d88f0b69c619 (diff) | |
download | hdf5-fb3d6c22d0343675e1e0b9ecf054e1a4e126b266.zip hdf5-fb3d6c22d0343675e1e0b9ecf054e1a4e126b266.tar.gz hdf5-fb3d6c22d0343675e1e0b9ecf054e1a4e126b266.tar.bz2 |
[svn-r21209] Added descriptive comment to H5G_stab_valid comment block. Tested locally just to ensure no errors were introduced.
-rw-r--r-- | src/H5Gstab.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5Gstab.c b/src/H5Gstab.c index cd5362b..d26bbf4 100644 --- a/src/H5Gstab.c +++ b/src/H5Gstab.c @@ -1038,6 +1038,12 @@ done: * addresses in the group's stab message are invalid, and * the stab message will be updated if necessary. * + * NOTE: This function is only called when strict format + * checks are disabled. This is so that, when strict + * format checks are enabled, errors in the symbol table + * messages are not fixed by this function and are instead + * reported by the library. + * * Return: Non-negative on success/Negative on failure * * Programmer: Neil Fortner |