summaryrefslogtreecommitdiffstats
path: root/src/H5TB.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-06-11 22:04:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-06-11 22:04:42 (GMT)
commita556665ad19e7a97ace5449673a26a4b581940b3 (patch)
tree784eb312e21ce0d13394288a95c66853fb60de57 /src/H5TB.c
parent725578538a45b78895450c4d5ffd1cd04585abc8 (diff)
downloadhdf5-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5TB.c b/src/H5TB.c
index 2b401b1..88103c6 100644
--- a/src/H5TB.c
+++ b/src/H5TB.c
@@ -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() */
/*--------------------------------------------------------------------------