diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-06 16:11:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-06 16:11:18 (GMT) |
commit | defe612ab21a22b9d54e19fa332d45f8489a6da5 (patch) | |
tree | d142a0ce72e5f80a3cba336542e5cadc96458a8c /tools/lib/h5tools_str.c | |
parent | 5d9f7ebd4c1fb7a008aaa5190fa212dbca5c711c (diff) | |
download | hdf5-defe612ab21a22b9d54e19fa332d45f8489a6da5.zip hdf5-defe612ab21a22b9d54e19fa332d45f8489a6da5.tar.gz hdf5-defe612ab21a22b9d54e19fa332d45f8489a6da5.tar.bz2 |
[svn-r9370] Purpose:
Refactor code
Description:
Refactor common code for determining the native type for using in the
tools into separate routine.
Also, reduce diffs between the two branches and bring back some fixes from
the development branch to the release branch.
Platforms tested:
FreeBSD 4.10 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'tools/lib/h5tools_str.c')
-rw-r--r-- | tools/lib/h5tools_str.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/lib/h5tools_str.c b/tools/lib/h5tools_str.c index 3350f51..f5a1690 100644 --- a/tools/lib/h5tools_str.c +++ b/tools/lib/h5tools_str.c @@ -28,8 +28,6 @@ #include "h5tools_str.h" /*function prototypes */ #include "h5tools_ref.h" - - /* * If REPEAT_VERBOSE is defined then character strings will be printed so * that repeated character sequences like "AAAAAAAAAA" are displayed as @@ -931,7 +929,6 @@ h5tools_str_sprint(h5tools_str_t *str, const h5dump_t *info, hid_t container, h5tools_str_append(str, "%s", OPT(info->line_pre, "")); } - for (x = 0; x < ctx->indent_level + 1; x++) h5tools_str_append(str,"%s",OPT(info->line_indent,"")); } /* end if */ |