Skip to content

Commit

Permalink
Fix typo in 5c5b627: Failed to negate condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Oct 1, 2024
1 parent 78ef5be commit a0cea97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/register/ledger-core/split-register-control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ gnc_split_register_move_cursor (VirtualLocation *p_new_virt_loc,
old_split = s;
old_trans = gnc_split_register_get_current_trans (reg);
if (auto s{gnc_split_register_get_current_trans_split (reg, &old_trans_split_loc)};
is_trading_split(s))
!is_trading_split(s))
old_trans_split = s;

old_class = gnc_split_register_get_current_cursor_class (reg);
Expand Down

0 comments on commit a0cea97

Please sign in to comment.