From 9a80e52533e2038c392c671d72d907d5919a6d9a Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 21 Mar 2005 17:39:58 -0500 Subject: [svn-r10250] Purpose: Replaced tmpfile() call with system macro HDtmpfile so that it is easier to customize for systems. Platforms tested: in heping. Misc. update: --- tools/lib/h5diff_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lib/h5diff_util.c b/tools/lib/h5diff_util.c index c85ab77..3f96434 100644 --- a/tools/lib/h5diff_util.c +++ b/tools/lib/h5diff_util.c @@ -62,7 +62,7 @@ void parallel_print(const char* format, ...) /* Delete the characters that were written to outBuff since they will be written to the overflow_file */ memset(outBuff+outBuffOffset, 0, OUTBUFF_SIZE - outBuffOffset); - overflow_file = tmpfile(); + overflow_file = HDtmpfile(); if(overflow_file == NULL) printf("Warning: Could not create overflow file. Output may be truncated.\n"); else -- cgit v0.12