Always return passed in timings

This commit is contained in:
Martin Sumner 2017-11-20 18:29:55 +00:00
parent 5b4bc1ce59
commit 06f6604ac4

View file

@ -918,7 +918,7 @@ get(Handle, Key, Cache, QuickCheck, BinaryMode, Timings)
% If the count is 0 for that index - key must be missing
case Count of
0 ->
{no_timing, missing};
{Timings, missing};
_ ->
% Get starting slot in hashtable
{ok, FirstHashPosition} = file:position(Handle, {bof, HashTable}),