mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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:
parent
3d3bf48b9a
commit
fb6eace960
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user