diff options
author | Guenter Knauf <lists@gknw.net> | 2012-07-26 02:49:39 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2012-07-26 02:49:39 +0200 |
commit | 33b815e894fb64d94fb8f50b19061ded73996ad4 (patch) | |
tree | 20c417098339080040c90167ae2106bdb2f5c364 /lib/version.c | |
parent | f92779198d07abb18e8a5c4dd3a2e1b7c4c8726a (diff) | |
download | curl-33b815e894fb64d94fb8f50b19061ded73996ad4.tar.gz |
Changed Windows IDN text to 'WinIDN'.
Synced the output to the same short form as we now use for
Windows SSL (WinSSL).
Diffstat (limited to 'lib/version.c')
-rw-r--r-- | lib/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c index 783732403..c9175cf62 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 |