summaryrefslogtreecommitdiffstats
path: root/tools/test/h5repack/testh5repack_detect_szip.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/h5repack/testh5repack_detect_szip.c')
-rw-r--r--tools/test/h5repack/testh5repack_detect_szip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5repack/testh5repack_detect_szip.c b/tools/test/h5repack/testh5repack_detect_szip.c
index 6e7a24e..6b86dd5 100644
--- a/tools/test/h5repack/testh5repack_detect_szip.c
+++ b/tools/test/h5repack/testh5repack_detect_szip.c
@@ -50,10 +50,10 @@ int main(void)
#ifdef H5_HAVE_FILTER_SZIP
if (h5tools_can_encode(H5Z_FILTER_SZIP) == 1) {
- printf("yes\n");
+ HDprintf("yes\n");
return(1);
}
#endif /* H5_HAVE_FILTER_SZIP */
- printf("no\n");
+ HDprintf("no\n");
return(0);
}