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: cares-1_1_0~216 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c0c75e3454944ffb7eb3afef9c012c111331678;p=curl oops, missed a define when I changed from Curl_ to curlx_ --- diff --git a/lib/strtoofft.h b/lib/strtoofft.h index 0738bb474..c5bbccc84 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