Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Commit

Permalink
Fix (occasionally) broken loading of shared object
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed May 1, 2017
1 parent 6e246be commit 54667b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nlocks.erl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ info() ->
%% ------------------------------------------------------------------

init() ->
PrivPath = case code:priv_dir(vegrandis) of
PrivPath = case code:priv_dir(nlocks) of
{error, bad_name} -> "priv";
ExistingPrivPath -> ExistingPrivPath
end,
Expand Down

0 comments on commit 54667b6

Please sign in to comment.