You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the function does nothing but still returns a pointer to buffer B, which means it's returns a pointer to potential uninitialized memory without notice.
This is just a reminder that this function should be implemented at some point ^^
The text was updated successfully, but these errors were encountered:
JBenda
changed the title
Implement [H5VL_julea_db_datatype_convert_type_change](https://github.com/julea-io/julea/blob/3b81b7d1453196fd679654adbe7d0037d0ddb736/lib/hdf5-db/jhdf5-db-datatype.c#L48)
Implement H5VL_julea_db_datatype_convert_type_changeJan 27, 2022
H5VL_julea_db_datatype_convert_type_change
should convert data in buffer A to data with other HDF5 type in buffer B.Currently, the function does nothing but still returns a pointer to buffer B, which means it's returns a pointer to potential uninitialized memory without notice.
This is just a reminder that this function should be implemented at some point ^^
The text was updated successfully, but these errors were encountered: