aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
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;