fix call to dict:new (should be dict:from_list)

This commit is contained in:
Andy Gross 2010-06-16 22:57:01 -04:00
parent 68c0def250
commit b5d6fed2f6

View file

@ -187,7 +187,7 @@ run_reltool(Server, Config, ReltoolConfig) ->
%% Load up any variables specified by overlay_vars
OverlayVars = case overlay_vars(ReltoolConfig) of
undefined ->
dict:new(OverlayVars0);
dict:from_list(OverlayVars0);
File ->
case file:consult(File) of
{ok, Terms} ->