Files
gnucash/gnucash
Romanos Skiadas b42052464b fix spurious error about uninitialized have_end
in gnc_tree_view_account_select_subaccounts, gcc thinks have_end might
not be initialized, but since the function exits if num_children == 0,
the while (num_children) loop will always be entered. Silence the
warning.
2021-08-27 20:25:36 +08:00
..
2020-05-28 18:41:34 +02:00
2021-06-29 08:46:34 +02:00