From eae58095d0abe3e50b6ca1e63a5924fab5de9714 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 8 Sep 2009 08:03:38 -0500 Subject: [svn-r17455] Description: Correct a 'hsize_t *' to 'hsize_t' and vice versa. Tested on: Mac OS X/32 10.5.8 (amazon) in debug mode Mac OS X/32 10.5.8 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode (too minor to require h5committest) --- tools/lib/h5tools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c index 05207de..060a49f 100644 --- a/tools/lib/h5tools.c +++ b/tools/lib/h5tools.c @@ -3172,8 +3172,8 @@ h5tools_dump_datatype(FILE *stream, const h5tool_format_t *info, h5tools_str_append(&buffer, "%s", h5tools_dump_header_format->datatypeend); h5tools_str_append(&buffer, "\n"); - curr_pos = h5tools_render_element(stream, info, ctx, &buffer, curr_pos, - ncols, &elmt_counter, 0); + curr_pos = h5tools_render_element(stream, info, ctx, &buffer, &curr_pos, + ncols, elmt_counter, 0); ctx->need_prefix = TRUE; ctx->indent_level--; -- cgit v0.12