Skip to content

Commit

Permalink
Fix bug in checkdb
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jun 25, 2023
1 parent 2f62275 commit ce1ccfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tyrant_optimize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1358,9 +1358,9 @@ inline bool Process::check_db(std::vector<std::array<std::string, 3>> const &vha
bool run = false;
// TODO TUO5 check db for results
// TODO TUO5 calculate mask for sim evaluate based on missing results in db
bool found = false;
for (unsigned i = 0; i < vhashes.size(); i++)
{
bool found = false;
std::string hash = vhashes[i][0];
// TODO TUO5 check db for hash
auto it1 = database.find(hash);
Expand Down

0 comments on commit ce1ccfd

Please sign in to comment.