From: Daniel Stenberg Date: Fri, 14 May 2004 11:46:35 +0000 (+0000) Subject: added string for the new share error code X-Git-Tag: curl-7_12_0~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=512e54ff8514181c9ad5677ba125fdcc176eed1b;p=thirdparty%2Fcurl.git added string for the new share error code --- diff --git a/lib/strerror.c b/lib/strerror.c index d5c80d1a6d..3179dd6941 100644 --- a/lib/strerror.c +++ b/lib/strerror.c @@ -295,6 +295,9 @@ curl_share_strerror(CURLSHcode error) case CURLSHE_INVALID: return "invalid share handle"; + case CURLSHE_NOMEM: + return "out of memory"; + case CURLSHE_LAST: break; }