summaryrefslogtreecommitdiffstats
path: root/src/H5detect.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-02-12 15:18:06 (GMT)
committerGitHub <noreply@github.com>2023-02-12 15:18:06 (GMT)
commita4e797b4d1ca9cdc8dd2d77cefa310647666c902 (patch)
tree213a494cbb142f21d5368ec126f28c66e73a99af /src/H5detect.c
parent35af1b0b7dcb7d0f3170e71aa016c404146aa8ae (diff)
downloadhdf5-a4e797b4d1ca9cdc8dd2d77cefa310647666c902.zip
hdf5-a4e797b4d1ca9cdc8dd2d77cefa310647666c902.tar.gz
hdf5-a4e797b4d1ca9cdc8dd2d77cefa310647666c902.tar.bz2
Bring generated file tidying from develop (#2451)
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 f0e95af..90d4622 100644
--- a/src/H5detect.c
+++ b/src/H5detect.c
@@ -808,7 +808,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;
}