]> granicus.if.org Git - curl/commitdiff
oops, missed a define when I changed from Curl_ to curlx_
authorDaniel Stenberg <daniel@haxx.se>
Fri, 20 Feb 2004 07:22:25 +0000 (07:22 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Feb 2004 07:22:25 +0000 (07:22 +0000)
lib/strtoofft.h

index 0738bb474d125c497d539412e8f9144b091e428f..c5bbccc84d44ba93535d99f00d1e73979fe60005 100644 (file)
@@ -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