mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
Fixed format issues.
This commit is contained in:
parent
c24a0c23ef
commit
1dec6d8c6b
@ -315,7 +315,7 @@ static void *
|
||||
H5O__fill_old_decode(H5F_t *f, H5O_t *open_oh, unsigned H5_ATTR_UNUSED mesg_flags,
|
||||
unsigned H5_ATTR_UNUSED *ioflags, size_t p_size, const uint8_t *p)
|
||||
{
|
||||
H5O_fill_t * fill = NULL; /* Decoded fill value message */
|
||||
H5O_fill_t * fill = NULL; /* Decoded fill value message */
|
||||
htri_t exists = FALSE;
|
||||
H5T_t * dt = NULL;
|
||||
const uint8_t *p_end = p + p_size - 1; /* End of the p buffer */
|
||||
|
@ -95,8 +95,8 @@ H5O__layout_decode(H5F_t *f, H5O_t H5_ATTR_UNUSED *open_oh, unsigned H5_ATTR_UNU
|
||||
H5O_layout_t * mesg = NULL;
|
||||
uint8_t * heap_block = NULL;
|
||||
unsigned u;
|
||||
const uint8_t *p_end = p + p_size - 1; /* End of the p buffer */
|
||||
void * ret_value = NULL; /* Return value */
|
||||
const uint8_t *p_end = p + p_size - 1; /* End of the p buffer */
|
||||
void * ret_value = NULL; /* Return value */
|
||||
|
||||
FUNC_ENTER_STATIC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user