diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-05-26 13:58:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-05-26 13:58:10 +0000 |
commit | b6d06a9590b110e1cbddfc3e38d443635c59c71a (patch) | |
tree | 60e6dd9e793adf0159111ff99a3a9dc11b69b0dc /src | |
parent | 784e9406ae4a8d5feffc3c56a72f66674538e5d1 (diff) |
URLGET_ERROR_SIZE is now CURL_ERROR_SIZE
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
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; |