diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-06-08 03:04:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-06-08 03:04:42 (GMT) |
commit | ccea4bb7b5644666d0cb70b4d5c35a12fc133d59 (patch) | |
tree | cc3c3dc038b35e31e1219751520c16686185a35f /src/H5Tconv.c | |
parent | 58c565aee7919f58de5f6de7a185c792e9e0a545 (diff) | |
download | hdf5-ccea4bb7b5644666d0cb70b4d5c35a12fc133d59.zip hdf5-ccea4bb7b5644666d0cb70b4d5c35a12fc133d59.tar.gz hdf5-ccea4bb7b5644666d0cb70b4d5c35a12fc133d59.tar.bz2 |
[svn-r13841] Description:
Add a little more information to the debugging routine, for VL datatypes.
Minor code cleanups
Tested on:
Mac OS X/32 10.4.9 (duty)
Too minor to require h5committest
Diffstat (limited to 'src/H5Tconv.c')
-rw-r--r-- | src/H5Tconv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Tconv.c b/src/H5Tconv.c index f2b410e..a0ca3da 100644 --- a/src/H5Tconv.c +++ b/src/H5Tconv.c @@ -2851,11 +2851,11 @@ H5T_conv_vlen(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata, size_t nelmts, /* Set flags to indicate we are writing to or reading from the file */ if(dst->shared->u.vlen.f!=NULL) - write_to_file=TRUE; + write_to_file = TRUE; /* Set the flag for nested VL case */ if(write_to_file && parent_is_vlen && bkg!=NULL) - nested=1; + nested = TRUE; /* The outer loop of the type conversion macro, controlling which */ /* direction the buffer is walked */ |