mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
URLGET_ERROR_SIZE is now CURL_ERROR_SIZE
This commit is contained in:
parent
784e9406ae
commit
b6d06a9590
@ -941,7 +941,7 @@ int my_fwrite(void *buffer, size_t size, size_t nmemb, FILE *stream)
|
|||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
char errorbuffer[URLGET_ERROR_SIZE];
|
char errorbuffer[CURL_ERROR_SIZE];
|
||||||
|
|
||||||
struct OutStruct outs;
|
struct OutStruct outs;
|
||||||
struct OutStruct heads;
|
struct OutStruct heads;
|
||||||
|
Loading…
Reference in New Issue
Block a user