Fixed a typo that caused much pain and suffering.

This commit is contained in:
Phillip Toland 2008-12-15 14:06:08 -06:00
parent 865f8958c5
commit e154e42771

View file

@ -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