mirror of
https://github.com/curl/curl.git
synced 2026-07-14 02:07:16 +03:00
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:
parent
f92779198d
commit
33b815e894
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ char *curl_version(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_WIN32_IDN
|
#ifdef USE_WIN32_IDN
|
||||||
len = snprintf(ptr, left, " IDN-Windows-native");
|
len = snprintf(ptr, left, " WinIDN");
|
||||||
left -= len;
|
left -= len;
|
||||||
ptr += len;
|
ptr += len;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue