From 4d65048d2d5468c79ef0b5c26f18f9262584d06d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 3 Aug 2005 15:35:54 -0500 Subject: [svn-r11193] Purpose: fixed typo for uint_fast16_t verification. Tested in Red storm. --- test/tconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tconfig.c b/test/tconfig.c index 9c18b4b..cce4fb3 100644 --- a/test/tconfig.c +++ b/test/tconfig.c @@ -156,7 +156,7 @@ test_config_ctypes(void) #endif #if H5_SIZEOF_INT_FAST16_T > 0 - vrfy_cint_type(int_fast16_t, int_fast16_t, H5_SIZEOF_INT_FAST16_T); + vrfy_cint_type(int_fast16_t, uint_fast16_t, H5_SIZEOF_INT_FAST16_T); #endif #if H5_SIZEOF_INT_FAST32_T > 0 -- cgit v0.12