gnucash stable: [window-reconcile.cpp] fix previous commit comment
Christopher Lam
clam at code.gnucash.org
Tue May 7 10:36:07 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/4a1abec9 (commit)
from https://github.com/Gnucash/gnucash/commit/bcd706bf (commit)
commit 4a1abec97eeee62aecc21f61a4e940c64714b2ea
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Tue May 7 22:35:35 2024 +0800
[window-reconcile.cpp] fix previous commit comment
diff --git a/gnucash/gnome/window-reconcile.cpp b/gnucash/gnome/window-reconcile.cpp
index a09564bf4f..83247af59d 100644
--- a/gnucash/gnome/window-reconcile.cpp
+++ b/gnucash/gnome/window-reconcile.cpp
@@ -1943,7 +1943,7 @@ recnWindowWithBalance (GtkWidget *parent, Account *account, gnc_numeric new_endi
("dialog-warning", GTK_ICON_SIZE_SMALL_TOOLBAR);
// find an already reconciled split whose statement date
- // precedes *this* reconciliation statement date.
+ // is after *this* reconciliation statement date.
auto has_later_recn_statement_date = [statement_date](const Split *split)
{ return (xaccSplitGetReconcile (split) == YREC &&
xaccSplitGetDateReconciled (split) > statement_date); };
Summary of changes:
gnucash/gnome/window-reconcile.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list