Changed Windows IDN text to 'WinIDN'.

Synced the output to the same short form as we now use for
Windows SSL (WinSSL).
This commit is contained in:
Guenter Knauf 2012-07-26 02:49:39 +02:00
Родитель f92779198d
Коммит 33b815e894
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -102,7 +102,7 @@ char *curl_version(void)
}
#endif
#ifdef USE_WIN32_IDN
len = snprintf(ptr, left, " IDN-Windows-native");
len = snprintf(ptr, left, " WinIDN");
left -= len;
ptr += len;
#endif