Fix the fix :-/.

This commit is contained in:
Matthias Vallentin 2012-12-12 15:12:25 -08:00
parent 8454f69203
commit c3428ea491

View file

@ -9,7 +9,7 @@ bool HashVal::IsValid() const
bool HashVal::Init()
{
if ( ! valid )
if ( valid )
return false;
valid = DoInit();