Software /
code /
prosody
Changeset
10479:d362934437eb
util.encodings: Remove redundant cast
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 01 Dec 2019 23:34:49 +0100 |
parents | 10478:5e9a1a75f8a7 |
children | 10480:94cacf9fd0ae |
files | util-src/encodings.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/util-src/encodings.c Sun Dec 01 23:34:45 2019 +0100 +++ b/util-src/encodings.c Sun Dec 01 23:34:49 2019 +0100 @@ -371,7 +371,7 @@ icu_idna2008 = uidna_openUTS46(options, &err); if(U_FAILURE(err)) { - fprintf(stderr, "[c] util.encodings: error: %s\n", u_errorName((UErrorCode)err)); + fprintf(stderr, "[c] util.encodings: error: %s\n", u_errorName(err)); } }