From 9fd4d54d1b612537dc02db7ae82b9278c9f3b2e1 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 8 Oct 2019 12:13:34 -0500 Subject: HDFFV-10903 another boolean fixed --- test/s3comms.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/s3comms.c b/test/s3comms.c index 9453b75..53698a5 100644 --- a/test/s3comms.c +++ b/test/s3comms.c @@ -2603,10 +2603,10 @@ test_uriencode(void) HDassert(dest != NULL); JSVERIFY( FAIL, - H5FD_s3comms_uriencode(NULL, "word$", 5, false, &dest_written), + H5FD_s3comms_uriencode(NULL, "word$", 5, FALSE, &dest_written), "destination cannot be NULL" ); JSVERIFY( FAIL, - H5FD_s3comms_uriencode(dest, NULL, 5, false, &dest_written), + H5FD_s3comms_uriencode(dest, NULL, 5, FALSE, &dest_written), "source string cannot be NULL" ); free(dest); -- cgit v0.12