2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

[svn-r21984] Correct HD prefix in tools

Checked for HD support.
This commit is contained in:
Allen Byrne 2012-02-24 11:03:17 -05:00
parent 67a1e576db
commit 2dffa66ef7
3 changed files with 3 additions and 3 deletions
tools

@ -230,7 +230,7 @@ leave(int ret)
static void
usage(const char *prog)
{
fflush(stdout);
HDfflush(stdout);
HDfprintf(stdout, "usage: %s [OPTIONS] file\n", prog);
HDfprintf(stdout, " OPTIONS\n");
HDfprintf(stdout, " -h, --help Print a usage message and exit\n");

@ -238,7 +238,7 @@ leave(int ret)
static void usage(const char *prog)
{
fflush(stdout);
HDfflush(stdout);
HDfprintf(stdout, "Usage: %s [OPTIONS] file\n", prog);
HDfprintf(stdout, "\n");
HDfprintf(stdout, " OPTIONS\n");

@ -153,7 +153,7 @@ void print_manager_output(void)
overflow_file = NULL;
}
fflush(stdout);
HDfflush(stdout);
HDmemset(outBuff, 0, OUTBUFF_SIZE);
outBuffOffset = 0;
}