mirror of
https://github.com/ksherlock/profuse.git
synced 2026-04-21 05:16:58 +00:00
fix nasty bug
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@262 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
@@ -248,7 +248,7 @@ void ConcreteBlockCache::removeEntry(unsigned block)
|
||||
for(;;)
|
||||
{
|
||||
prev = e;
|
||||
e = e->next;
|
||||
e = e->nextHash;
|
||||
|
||||
if (!e) break;
|
||||
if (e->block == block)
|
||||
|
||||
Reference in New Issue
Block a user