mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.encodings: Remove redundant cast
This commit is contained in:
parent
d209c0c677
commit
8613dc1739
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ static void init_icu(void) {
|
|||
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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue