]> granicus.if.org Git - curl/commitdiff
URLGET_ERROR_SIZE is now CURL_ERROR_SIZE
authorDaniel Stenberg <daniel@haxx.se>
Fri, 26 May 2000 13:58:10 +0000 (13:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 26 May 2000 13:58:10 +0000 (13:58 +0000)
src/main.c

index 1ee45fe3ec3833057f584d118b220c283801901e..dda97447ddcdea5f2da79bd8ad6a0f018d540c8f 100644 (file)
@@ -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;