Fix bug in last commit

This commit is contained in:
Paweł Chmielowski 2015-12-07 10:26:51 +01:00
parent 0a846d03bf
commit b9f751e099
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ gb_trees_fold_iter(F, Acc, Iter) ->
end.
now_ts() ->
{MegaSecs, Secs, _} = p1_time_compat:system_time(seconds).
p1_time_compat:system_time(seconds).
is_valid_node(Node) ->
case str:tokens(Node, <<"#">>) of