diff options
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 */ |