Skip to content

Commit

Permalink
Merge Guido Falsi's 'i386_site_type_fix' into stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Apr 4, 2024
2 parents b33b864 + ca826d1 commit 3285bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/import-export/import-main-matcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 3285bb8

Please sign in to comment.