diff options
Diffstat (limited to 'tools/h5import/h5import.c')
-rwxr-xr-x | tools/h5import/h5import.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5import/h5import.c b/tools/h5import/h5import.c index 7d81779..6e233c3 100755 --- a/tools/h5import/h5import.c +++ b/tools/h5import/h5import.c @@ -39,8 +39,8 @@ int main(int argc, char *argv[]) const char *err8 = "Invalid size of data - %s.\n"; const char *err9 = "Cannot specify more than 30 input files in one call to h5import.\n"; - (void) setvbuf(stderr, (char *) NULL, _IOLBF, 0); - (void) setvbuf(stdout, (char *) NULL, _IOLBF, 0); + (void)HDsetvbuf(stderr, (char *) NULL, _IOLBF, 0); + (void)HDsetvbuf(stdout, (char *) NULL, _IOLBF, 0); #if defined __MWERKS__ argc = ccommand(&argv); |