diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-12-07 18:40:54 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-12-07 18:40:54 (GMT) |
commit | b58e9a6253c5b0a5beff9bd444f68cf64c2533e9 (patch) | |
tree | 7664696bd7a7925901bbccef4f4a8078ac3cb1a3 /src/H5Omtime.c | |
parent | bdc304d6128607b6ee00e822be850416959d0732 (diff) | |
download | hdf5-b58e9a6253c5b0a5beff9bd444f68cf64c2533e9.zip hdf5-b58e9a6253c5b0a5beff9bd444f68cf64c2533e9.tar.gz hdf5-b58e9a6253c5b0a5beff9bd444f68cf64c2533e9.tar.bz2 |
[svn-r959] Changes since 19981125
----------------------
./src/H5HG.c
Fixed a bug in the alignment calculation for the heap free
space. The reference test passes now.
Diffstat (limited to 'src/H5Omtime.c')
-rw-r--r-- | src/H5Omtime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Omtime.c b/src/H5Omtime.c index df0294b..3e4acb0 100644 --- a/src/H5Omtime.c +++ b/src/H5Omtime.c @@ -135,8 +135,8 @@ H5O_mtime_decode(H5F_t __unused__ *f, const uint8_t *p, /* * The catch-all. If we can't convert a character string universal * coordinated time to a time_t value reliably then we can't decode the - * modification time message. This really isn't as bad as it sounds -- - * the only way a user can get the modification time is from H5Gget_objinfo() + * modification time message. This really isn't as bad as it sounds -- the + * only way a user can get the modification time is from H5Gget_objinfo() * and H5G_get_objinfo() can gracefully recover. */ |