diff --git a/mutation_partition.cc b/mutation_partition.cc index df6b16df0e..ce8bcdc11f 100644 --- a/mutation_partition.cc +++ b/mutation_partition.cc @@ -709,7 +709,7 @@ bool row::operator==(const row& other) const { } auto cells_equal = [] (std::pair c1, std::pair c2) { - return c1.first == c2.first && c2.second == c2.second; + return c1.first == c2.first && c1.second == c2.second; }; if (_type == storage_type::vector) { if (other._type == storage_type::vector) {