summaryrefslogtreecommitdiff
path: root/finance/gnucash/files/patch-gnucash_import-export_import-main-matcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash/files/patch-gnucash_import-export_import-main-matcher.cpp')
-rw-r--r--finance/gnucash/files/patch-gnucash_import-export_import-main-matcher.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/finance/gnucash/files/patch-gnucash_import-export_import-main-matcher.cpp b/finance/gnucash/files/patch-gnucash_import-export_import-main-matcher.cpp
deleted file mode 100644
index dc497bda9c0d..000000000000
--- a/finance/gnucash/files/patch-gnucash_import-export_import-main-matcher.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- gnucash/import-export/import-main-matcher.cpp.orig 2024-03-29 20:42:22 UTC
-+++ gnucash/import-export/import-main-matcher.cpp
-@@ -847,7 +847,7 @@ gnc_gen_trans_assign_transfer_account_to_selection_cb
- 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)
- {