]> git.pld-linux.org Git - packages/gnucash.git/commitdiff
- actually adding the patch master auto/th/gnucash-5.6-2
authorKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Fri, 5 Apr 2024 18:47:32 +0000 (18:47 +0000)
committerKrzysztof Mrozowicz <mrozowik@pld-linux.org>
Fri, 5 Apr 2024 18:47:32 +0000 (18:47 +0000)
use_correct_literal_suffix_for_size_type.patch [new file with mode: 0644]

diff --git a/use_correct_literal_suffix_for_size_type.patch b/use_correct_literal_suffix_for_size_type.patch
new file mode 100644 (file)
index 0000000..3484ad5
--- /dev/null
@@ -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)
+     {
This page took 0.058123 seconds and 4 git commands to generate.