This fixes failures of tests "BaseLine_opt-datetime-format" and "BaseLine_opt-time-report", which were printing an unexpected trailing '*' on the last line of output, e.g.: @@ -5,4 +5,4 @@ 04/05/13 12:00 PM 04/05/13 01:30 PM 1.50h Lunch 04/05/13 11:30 AM 04/05/13 12:00 PM 30.0m Walk -------------------------------------------------- - + * Reported upstream at https://groups.google.com/d/msg/ledger-cli/EeJUrUk8YDc/pIR-LOTVEAAJ diff --git a/src/account.h b/src/account.h index 1b97463d..f2555593 100644 --- a/src/account.h +++ b/src/account.h @@ -187,7 +187,7 @@ public: datetime_t earliest_checkin; datetime_t latest_checkout; - bool latest_checkout_cleared; + bool latest_checkout_cleared = false; std::set filenames; std::set accounts_referenced; table>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-13gnu: webkitgtk: Update to 2.32.1....Tobias Geerinckx-Rice
2021-04-27gnu: webkitgtk: Always use at least 2 make jobs....Tobias Geerinckx-Rice
2021-03-30gnu: WebKitGTK: Update to 2.32.0 [fixes CVE-2021-{1788,1844,1871}]....Leo Famulari
2021-03-27gnu: Use 'gtk-doc/stable' in native-inputs of selected packages....Mark H Weaver
2021-03-21gnu: webkitgtk: Update to 2.30.6....Tobias Geerinckx-Rice
2021-03-14gnu: webkitgtk: Enable WOFF2 support....Léo Le Bouter
2021-03-14gnu: wpewebkit: Update to 2.30.5 [security fixes]....Léo Le Bouter
2021-02-16gnu: WebKitGTK: Update to 2.30.5 [fixes CVE-2020-13558]....Leo Famulari
2020-12-15gnu: webkitgtk: Update to 2.30.4....Mark H Weaver
2020-11-23gnu: webkitgtk: Update to 2.30.3....Tobias Geerinckx-Rice