summaryrefslogtreecommitdiffstats
path: root/src/H5T.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-10-19 16:42:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-10-19 16:42:33 (GMT)
commit95445613ca4282b2e62fb98b832e755f79d3a968 (patch)
treeeee37d5f144c7f9b0a23fecbf38fbe63b640f507 /src/H5T.c
parente5c61707549a9d193075db17f01557743b8a8407 (diff)
downloadhdf5-95445613ca4282b2e62fb98b832e755f79d3a968.zip
hdf5-95445613ca4282b2e62fb98b832e755f79d3a968.tar.gz
hdf5-95445613ca4282b2e62fb98b832e755f79d3a968.tar.bz2
[svn-r2699] Purpose:
Bug fix Description: "Time" datatypes (H5T_UNIX_D*) were not being stored and retrieved in the datatype object header message correctly. Solution: Store endian-ness and precision in the datatype object header message and added test to continue to track them working correctly. This fixes bug #512. Platforms tested: FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'src/H5T.c')
-rw-r--r--src/H5T.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5T.c b/src/H5T.c
index d823c9e..1562666 100644
--- a/src/H5T.c
+++ b/src/H5T.c
@@ -6426,7 +6426,7 @@ H5T_cmp(const H5T_t *dt1, const H5T_t *dt2)
break;
- case H5T_TIME:
+ case H5T_TIME: /* order and precision are checked above */
/*void */
break;