commit 3b4bcfb73ea668d6cc320aec128ae75a5b5afe84
Author: Krzysztof Mrozowicz <[email protected]>
Date:   Fri Apr 5 18:47:32 2024 +0000

    - actually adding the patch

 use_correct_literal_suffix_for_size_type.patch | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
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)
+     {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnucash.git/commitdiff/3b4bcfb73ea668d6cc320aec128ae75a5b5afe84

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to