mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r62] Fixed a stupidity bug.
This commit is contained in:
parent
9d41d3679e
commit
ede8b12085
@ -169,7 +169,7 @@ static H5O_t *
|
||||
H5O_load (hdf5_file_t *f, haddr_t addr, const void *_data)
|
||||
{
|
||||
H5O_t *oh = NULL;
|
||||
H5O_t *ret_value = (void*)SUCCEED; /*kludge for HGOTO_ERROR*/
|
||||
H5O_t *ret_value = (void*)1; /*kludge for HGOTO_ERROR*/
|
||||
uint8 buf[16], *p;
|
||||
size_t hdr_size, mesg_size;
|
||||
uintn id;
|
||||
|
Loading…
Reference in New Issue
Block a user