summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2011-08-10 20:54:43 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2011-08-10 20:54:43 (GMT)
commit02eaee2fc9760f7c539c9ffeaefede8562b252a9 (patch)
treeacd31e04877d81adb0838cad38628b36ed33509b /src
parent5f2eebe1b64a77fc747126f0509eaff32249ad40 (diff)
downloadhdf5-02eaee2fc9760f7c539c9ffeaefede8562b252a9.zip
hdf5-02eaee2fc9760f7c539c9ffeaefede8562b252a9.tar.gz
hdf5-02eaee2fc9760f7c539c9ffeaefede8562b252a9.tar.bz2
[svn-r21213] Merged comment commit from trunk: 21209
Diffstat (limited to 'src')
-rw-r--r--src/H5Gstab.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5Gstab.c b/src/H5Gstab.c
index e52636c..6e25857 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