[svn-r21988] Tools must call h5tools_init before command_line parsing or using tools_mesg functions.

Tools library uses alias variables for stdout, stderr and tools library uses HDfprintf() functions.
This commit is contained in:
Allen Byrne 2012-02-27 09:50:27 -05:00
parent 3d3bf48b9a
commit fb6eace960

View File

@ -68,6 +68,9 @@ int main(int argc, const char *argv[])
h5tools_setprogname(PROGRAMNAME);
h5tools_setstatus(EXIT_SUCCESS);
/* Initialize h5tools lib */
h5tools_init();
outBuffOffset = 0;
g_Parallel = 1;