summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-01-05 12:46:15 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-01-05 12:46:15 +0100 |
commit | 45163fc1a88fe149ddda72e9233baa9f4a1e9a79 (patch) | |
tree | bf2ba55ee7a05ae2ac7d0cbfd3122da84fc94edf /src/io/timed_cache.erl | |
parent | 41b04971e55a6b8b989c43cf780b2ad2ae66c2fc (diff) |
Fixes typo.
Diffstat (limited to 'src/io/timed_cache.erl')
-rw-r--r-- | src/io/timed_cache.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/timed_cache.erl b/src/io/timed_cache.erl index 8fa2861..66ed737 100644 --- a/src/io/timed_cache.erl +++ b/src/io/timed_cache.erl @@ -88,7 +88,7 @@ fetch (DB, Owner, ObjectID) -> end. invalidate (DB, Owner, ObjectID) -> - case ets:lookup(db, {Owner, ObjectID}) of + case ets:lookup(DB, {Owner, ObjectID}) of [] -> io:format ( |