From accf3bcc88a76a205d5404af253795ffadc4965b Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 20 Jan 2015 16:25:59 +0100 Subject: Fixed (ICE-6241) - Update Windows instructions in Oracle OCCI demo README --- cpp/demo/Database/Oracle/occi/Util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/demo/Database/Oracle/occi/Util.cpp') diff --git a/cpp/demo/Database/Oracle/occi/Util.cpp b/cpp/demo/Database/Oracle/occi/Util.cpp index 95364f25842..ef9645e993f 100644 --- a/cpp/demo/Database/Oracle/occi/Util.cpp +++ b/cpp/demo/Database/Oracle/occi/Util.cpp @@ -129,7 +129,7 @@ decodeRef(const string& str, Environment* env, Connection* con) sword status = OCIRefFromHex(env->getOCIEnvironment(), error, con->getOCIServiceContext(), - reinterpret_cast(str.c_str()), str.length(), + reinterpret_cast(str.c_str()), static_cast(str.length()), &ref); -- cgit v1.2.3