From: Krzysztof Mrozowicz Date: Fri, 5 Apr 2024 18:47:32 +0000 (+0000) Subject: - actually adding the patch X-Git-Tag: auto/th/gnucash-5.6-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgnucash.git;a=commitdiff_plain - actually adding the patch --- diff --git a/use_correct_literal_suffix_for_size_type.patch b/use_correct_literal_suffix_for_size_type.patch new file mode 100644 index 0000000..3484ad5 --- /dev/null +++ b/use_correct_literal_suffix_for_size_type.patch @@ -0,0 +1,11 @@ +--- gnucash-5.6/gnucash/import-export/import-main-matcher.cpp~ 2024-03-29 20:42:22.000000000 +0000 ++++ gnucash-5.6/gnucash/import-export/import-main-matcher.cpp 2024-04-05 18:41:04.116775306 +0000 +@@ -847,7 +847,7 @@ + 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) + {