diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-06-11 22:04:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-06-11 22:04:42 (GMT) |
commit | a556665ad19e7a97ace5449673a26a4b581940b3 (patch) | |
tree | 784eb312e21ce0d13394288a95c66853fb60de57 /src/H5TB.c | |
parent | 725578538a45b78895450c4d5ffd1cd04585abc8 (diff) | |
download | hdf5-a556665ad19e7a97ace5449673a26a4b581940b3.zip hdf5-a556665ad19e7a97ace5449673a26a4b581940b3.tar.gz hdf5-a556665ad19e7a97ace5449673a26a4b581940b3.tar.bz2 |
[svn-r1332] Fixes to get the VL datatypes working. The only function currently working
is H5Tvlen_create().
Diffstat (limited to 'src/H5TB.c')
-rw-r--r-- | src/H5TB.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -436,7 +436,7 @@ H5TB_resize_buf(hid_t tbuf_id, hsize_t size, void **ptr) if(ptr!=NULL) *ptr=tbuf->buf; - FUNC_LEAVE(ret_value); + FUNC_LEAVE(SUCCEED); } /* H5TB_resize_buf() */ /*-------------------------------------------------------------------------- |