From 0902ae6c2620f463ca2447a7dec24e8ff8383483 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 12 Jan 2007 22:07:36 +0000 Subject: fixed curl exception constructor --- diff --git a/lib/exception.cc b/lib/exception.cc index 4fe6c87..420d955 100644 --- a/lib/exception.cc +++ b/lib/exception.cc @@ -26,7 +26,7 @@ namespace opkele { exception_curl::exception_curl(OPKELE_E_PARS,CURLcode e) : _error(e), _curl_string(curl_easy_strerror(e)), - exception_network(OPKELE_E_CONS_ w+" ["+_curl_string+']') { + exception_network(OPKELE_E_CONS_ w+" ["+curl_easy_strerror(e)+']') { } } -- cgit v0.9.0.2