From: Daniel Stenberg Date: Fri, 20 Feb 2004 07:22:25 +0000 (+0000) Subject: oops, missed a define when I changed from Curl_ to curlx_ X-Git-Tag: curl-7_11_1~278 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c0c75e3454944ffb7eb3afef9c012c111331678;p=thirdparty%2Fcurl.git oops, missed a define when I changed from Curl_ to curlx_ --- diff --git a/lib/strtoofft.h b/lib/strtoofft.h index 0738bb474d..c5bbccc84d 100644 --- a/lib/strtoofft.h +++ b/lib/strtoofft.h @@ -43,7 +43,7 @@ #define strtoofft strtoll #else curl_off_t curlx_strtoll(const char *nptr, char **endptr, int base); -#define strtoofft Curl_strtoll +#define strtoofft curlx_strtoll #define NEED_CURL_STRTOLL #endif #else