From: Guenter Knauf Date: Thu, 26 Jul 2012 00:49:39 +0000 (+0200) Subject: Changed Windows IDN text to 'WinIDN'. X-Git-Tag: curl-7_27_0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33b815e894fb64d94fb8f50b19061ded73996ad4;p=thirdparty%2Fcurl.git Changed Windows IDN text to 'WinIDN'. Synced the output to the same short form as we now use for Windows SSL (WinSSL). --- diff --git a/lib/version.c b/lib/version.c index 7837324033..c9175cf622 100644 --- a/lib/version.c +++ b/lib/version.c @@ -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