From c1e37527fd5a5a8993a12688ac500338910e681d Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 20 Feb 2016 20:42:43 +0100 Subject: [PATCH] Fixed: Compilation --- code/ryzom/client/src/http_client_curl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/http_client_curl.cpp b/code/ryzom/client/src/http_client_curl.cpp index c8452c02e..ecbfd065b 100644 --- a/code/ryzom/client/src/http_client_curl.cpp +++ b/code/ryzom/client/src/http_client_curl.cpp @@ -70,7 +70,7 @@ static CURLcode sslctx_function(CURL *curl, void *sslctx, void *parm) if (!file.open(CAFilename)) { - nlwarning("Unable to open %s", CAFilename.c_str()); + nlwarning("Unable to open %s", CAFilename); return CURLE_SSL_CACERT; }