Fixed a typo that caused much pain and suffering.
This commit is contained in:
parent
865f8958c5
commit
e154e42771
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ put(Db, Key, Value, Opts) ->
|
|||
do_put(?CMD_PUT, Db, Key, Value, Opts).
|
||||
|
||||
put_r(Db, Key, Value) ->
|
||||
put(Db, Key, Value, []).
|
||||
put_r(Db, Key, Value, []).
|
||||
|
||||
put_r(Db, Key, Value, Opts) ->
|
||||
case put(Db, Key, Value, Opts) of
|
||||
|
|
Loading…
Reference in a new issue