summaryrefslogtreecommitdiffstats
path: root/src/H5Gprivate.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1997-09-17 15:03:52 (GMT)
committerRobb Matzke <matzke@llnl.gov>1997-09-17 15:03:52 (GMT)
commit0b52a1324e8f9736ce5b4686cbec14d6102abbc9 (patch)
treead70420a896c5e08215026d4968acf284828d4f9 /src/H5Gprivate.h
parentc7ee2a5708df2f88ce439cda028886ee20593b77 (diff)
downloadhdf5-0b52a1324e8f9736ce5b4686cbec14d6102abbc9.zip
hdf5-0b52a1324e8f9736ce5b4686cbec14d6102abbc9.tar.gz
hdf5-0b52a1324e8f9736ce5b4686cbec14d6102abbc9.tar.bz2
[svn-r94] Removed encode/decode from fast/cache message functions.
Fixed uninitialized bytes appearing in the data file object header.
Diffstat (limited to 'src/H5Gprivate.h')
-rw-r--r--src/H5Gprivate.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Gprivate.h b/src/H5Gprivate.h
index d9457b1..e6f5df4 100644
--- a/src/H5Gprivate.h
+++ b/src/H5Gprivate.h
@@ -63,10 +63,10 @@ typedef struct H5G_entry_t {
union {
struct {
struct {
- uint8 length;
- uint8 arch;
- uint16 type;
- }nt ; /*number type */
+ uint8 length;
+ uint8 arch;
+ uint16 type;
+ } nt ; /*number type */
uint32 ndim; /*number of dimensions */
uint32 dim[4]; /*dimension sizes */
} sdata;