]> granicus.if.org Git - curl/commitdiff
Changed Windows IDN text to 'WinIDN'.
authorGuenter Knauf <lists@gknw.net>
Thu, 26 Jul 2012 00:49:39 +0000 (02:49 +0200)
committerGuenter Knauf <lists@gknw.net>
Thu, 26 Jul 2012 00:49:39 +0000 (02:49 +0200)
Synced the output to the same short form as we now use for
Windows SSL (WinSSL).

lib/version.c

index 78373240337085d98e64627f89e8b52a3587bd4e..c9175cf622fdc0e59d8ea8d99ea687a1e2818f8b 100644 (file)
@@ -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