mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge Guido Falsi's 'i386_site_type_fix' into stable.
This commit is contained in:
commit
3285bb8e6c
@ -847,7 +847,7 @@ gnc_gen_trans_assign_transfer_account_to_selection_cb (GtkMenuItem *menuitem,
|
||||
bool is_selection = true;
|
||||
auto debugging_enabled{qof_log_check (G_LOG_DOMAIN, QOF_LOG_DEBUG)};
|
||||
|
||||
DEBUG("Rows in selection = %ld", selected_refs.size());
|
||||
DEBUG("Rows in selection = %zu", selected_refs.size());
|
||||
|
||||
for (const auto& ref : selected_refs)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user