summaryrefslogtreecommitdiffstats
path: root/src/H5detect.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-08-22 13:25:17 (GMT)
committerGitHub <noreply@github.com>2022-08-22 13:25:17 (GMT)
commit3015e3d7ab1c7b48aa1514fe02683f032229a655 (patch)
treed31535035eff523b5d1d6318b27a14f6cdd73b5b /src/H5detect.c
parent10eb43d0c2edcbac551e6efc18ba30798ac3365a (diff)
downloadhdf5-3015e3d7ab1c7b48aa1514fe02683f032229a655.zip
hdf5-3015e3d7ab1c7b48aa1514fe02683f032229a655.tar.gz
hdf5-3015e3d7ab1c7b48aa1514fe02683f032229a655.tar.bz2
Quiets Automake rules in src directory (#2051)
* Quiets Automake rules in src directory * Fix whitespace
Diffstat (limited to 'src/H5detect.c')
-rw-r--r--src/H5detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5detect.c b/src/H5detect.c
index 6dff2bb..663022e 100644
--- a/src/H5detect.c
+++ b/src/H5detect.c
@@ -457,7 +457,7 @@ iprint(detected_t *d)
for (i = MIN(pass * 4 + 3, d->size - 1); i >= pass * 4; --i) {
fprintf(rawoutstream, "%4d", d->perm[i]);
if (i > pass * 4)
- HDfputs(" ", stdout);
+ HDfputs(" ", rawoutstream);
if (!i)
break;
}