summaryrefslogtreecommitdiffstats
path: root/tools/lib
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-02-24 16:03:17 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-02-24 16:03:17 (GMT)
commit2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8 (patch)
tree12fd049962e0ba0fa2c428122b62064e07e52a8a /tools/lib
parent67a1e576db7e4e1075b3f181fe40abff8c73b095 (diff)
downloadhdf5-2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8.zip
hdf5-2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8.tar.gz
hdf5-2dffa66ef78426ea1eef3aaa2d5abcb11d0c26f8.tar.bz2
[svn-r21984] Correct HD prefix in tools
Checked for HD support.
Diffstat (limited to 'tools/lib')
-rw-r--r--tools/lib/h5diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5diff.c b/tools/lib/h5diff.c
index 7376642..f86e914 100644
--- a/tools/lib/h5diff.c
+++ b/tools/lib/h5diff.c
@@ -153,7 +153,7 @@ void print_manager_output(void)
overflow_file = NULL;
}
- fflush(stdout);
+ HDfflush(stdout);
HDmemset(outBuff, 0, OUTBUFF_SIZE);
outBuffOffset = 0;
}