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; }