summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Attribute.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2014-03-22 20:39:44 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2014-03-22 20:39:44 (GMT)
commit67be45610fd450909038afea54f79e6a91c458cf (patch)
tree374bb6c2c7e968e2bf8756c52eb2eb20f0a61612 /c++/src/H5Attribute.h
parent958a762dd16bac9a1c5a7a2c594adce6758f81f4 (diff)
downloadhdf5-67be45610fd450909038afea54f79e6a91c458cf.zip
hdf5-67be45610fd450909038afea54f79e6a91c458cf.tar.gz
hdf5-67be45610fd450909038afea54f79e6a91c458cf.tar.bz2
[svn-r24867] Description:
- Added a null terminator to the comment returned from the C call, in getComment methods - Some minor cleanup Platforms tested: Linux/ppc64 (ostrich) Linux/32 2.6 (jam) Linux/64 2.6 (platypus)/PGI compilers
Diffstat (limited to 'c++/src/H5Attribute.h')
-rw-r--r--c++/src/H5Attribute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Attribute.h b/c++/src/H5Attribute.h
index dbfbbb2..4f15c7f 100644
--- a/c++/src/H5Attribute.h
+++ b/c++/src/H5Attribute.h
@@ -60,7 +60,7 @@ class H5_DLLCPP Attribute : public AbstractDs, public IdComponent {
void write(const DataType& mem_type, const H5std_string& strg ) const;
// Flushes all buffers associated with the file specified by this
- // attribute to disk
+ // attribute to disk.
void flush( H5F_scope_t scope ) const;
///\brief Returns this class name.