From 01cef7affb302d11a7341970122d23d3533bb84e Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Thu, 20 Nov 2014 17:12:18 -0500 Subject: [PATCH] Fix type to eliminate compile error --- json_gssapi/test/GSSCreateSecContextTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json_gssapi/test/GSSCreateSecContextTest.cpp b/json_gssapi/test/GSSCreateSecContextTest.cpp index dd006b4..43d25d8 100644 --- a/json_gssapi/test/GSSCreateSecContextTest.cpp +++ b/json_gssapi/test/GSSCreateSecContextTest.cpp @@ -360,7 +360,7 @@ void GSSCreateSecContextTest::testJSONMarshal() - unsigned long len; + unsigned int len; std::string str = (*result)["output_token"].string(); unsigned char *decoded = base64_decode(str, &len); CPPUNIT_ASSERT_MESSAGE( -- 2.1.4