Commit 2c0c75e3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

oops, missed a define when I changed from Curl_ to curlx_

parent 236337ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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