mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
parent
a420eb1f72
commit
3a46612d88
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ suffix(B1, B2) ->
|
||||||
-spec format(io:format(), list()) -> binary().
|
-spec format(io:format(), list()) -> binary().
|
||||||
|
|
||||||
format(Format, Args) ->
|
format(Format, Args) ->
|
||||||
iolist_to_binary(io_lib:format(Format, Args)).
|
unicode:characters_to_binary(io_lib:format(Format, Args)).
|
||||||
|
|
||||||
|
|
||||||
-spec sha(iodata()) -> binary().
|
-spec sha(iodata()) -> binary().
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue