Commit b6d06a95 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

URLGET_ERROR_SIZE is now CURL_ERROR_SIZE

parent 784e9406
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;