oops, forgot ==

This commit is contained in:
Daniel Russel 2007-03-28 05:41:29 +00:00
parent 314dc792b6
commit 55f3b7f31e
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ int main(int argc, char *argv[]){
}
}
}
if (found=true) break;
if (found==true) break;
}
if (!found) {
to_erase.push_back(it->second.index());