mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
Correct function call
This commit is contained in:
parent
e2d2a410d0
commit
2f53075ea9
@ -550,7 +550,7 @@ h5str_convert
|
||||
str++;
|
||||
cptr = HDcalloc(offset, sizeof(hvl_t));
|
||||
for (i = 0; (i*offset) < (int)size; i++) {
|
||||
h5str_sprintf(str, container, mtid, cptr + (i*offset), offset, expand_data);
|
||||
h5str_convert(str, container, mtid, cptr + (i*offset), offset, expand_data);
|
||||
/* remove vlen indicators */
|
||||
if (str[0] == ',')
|
||||
str++;
|
||||
|
Loading…
Reference in New Issue
Block a user