URLGET_ERROR_SIZE is now CURL_ERROR_SIZE

This commit is contained in:
Daniel Stenberg 2000-05-26 13:58:10 +00:00
Родитель 784e9406ae
Коммит b6d06a9590
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;