mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r21972] Split append statement into two parts - linew hsize_t issue
This commit is contained in:
parent
108c788d37
commit
c47f6becf2
@ -3026,7 +3026,8 @@ h5tools_dump_dcpl(FILE *stream, const h5tool_format_t *info,
|
||||
h5tools_simple_prefix(stream, info, ctx, curr_pos, 0);
|
||||
|
||||
h5tools_str_reset(&buffer);
|
||||
h5tools_str_append(&buffer, "FILENAME %s SIZE %" H5_PRINTF_LL_WIDTH "u OFFSET %ld", name, size, offset);
|
||||
h5tools_str_append(&buffer, "FILENAME %s SIZE %" H5_PRINTF_LL_WIDTH "u", name, size);
|
||||
h5tools_str_append(&buffer, " OFFSET %ld", offset);
|
||||
h5tools_render_element(stream, info, ctx, &buffer, &curr_pos, ncols, 0, 0);
|
||||
}
|
||||
ctx->indent_level--;
|
||||
|
Loading…
x
Reference in New Issue
Block a user