Change argument of open_port/2 to string in order to shut up the dialyzer
This commit is contained in:
@@ -60,7 +60,7 @@ init([]) ->
|
||||
ok -> ok;
|
||||
{error, already_loaded} -> ok
|
||||
end,
|
||||
Port = open_port({spawn, stringprep_drv}, []),
|
||||
Port = open_port({spawn, "stringprep_drv"}, []),
|
||||
register(?STRINGPREP_PORT, Port),
|
||||
{ok, Port}.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user