From b6d06a9590b110e1cbddfc3e38d443635c59c71a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 26 May 2000 13:58:10 +0000 Subject: URLGET_ERROR_SIZE is now CURL_ERROR_SIZE --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 1ee45fe3e..dda97447d 100644 --- a/src/main.c +++ b/src/main.c @@ -941,7 +941,7 @@ int my_fwrite(void *buffer, size_t size, size_t nmemb, FILE *stream) int main(int argc, char *argv[]) { - char errorbuffer[URLGET_ERROR_SIZE]; + char errorbuffer[CURL_ERROR_SIZE]; struct OutStruct outs; struct OutStruct heads; -- cgit v1.2.3