rename wind_punycode_toascii to wind_punycode_label_toascii

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22595 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-02-12 11:59:05 +00:00
parent eddf3cbee8
commit 97fafacb58
4 changed files with 10 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ main(void)
size_t len;
len = sizeof(buf);
ret = wind_punycode_toascii(e->val, e->len, buf, &len);
ret = wind_punycode_label_toascii(e->val, e->len, buf, &len);
if (ret < 0) {
printf("punycode %u (%s) failed: %d\n", i, e->description, ret);
++failures;