Fixed another sort issue
This commit is contained in:
parent
45e93d5f31
commit
7fb328707c
1 changed files with 1 additions and 1 deletions
|
|
@ -1444,7 +1444,7 @@ bool sort_value_is_less_than(const std::list<sort_value_t>& left_values,
|
||||||
assert(left_iter == left_values.end());
|
assert(left_iter == left_values.end());
|
||||||
assert(right_iter == right_values.end());
|
assert(right_iter == right_values.end());
|
||||||
|
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace ledger
|
} // namespace ledger
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue