From 2c0c75e3454944ffb7eb3afef9c012c111331678 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 20 Feb 2004 07:22:25 +0000 Subject: [PATCH] oops, missed a define when I changed from Curl_ to curlx_ --- lib/strtoofft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0