[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

View File

@ -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");

View File

@ -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");

View File

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