]> git.pld-linux.org Git - packages/gnucash.git/blame - use_correct_literal_suffix_for_size_type.patch
- actually adding the patch
[packages/gnucash.git] / use_correct_literal_suffix_for_size_type.patch
CommitLineData
3b4bcfb7
KM
1--- gnucash-5.6/gnucash/import-export/import-main-matcher.cpp~ 2024-03-29 20:42:22.000000000 +0000
2+++ gnucash-5.6/gnucash/import-export/import-main-matcher.cpp 2024-04-05 18:41:04.116775306 +0000
3@@ -847,7 +847,7 @@
4 bool is_selection = true;
5 auto debugging_enabled{qof_log_check (G_LOG_DOMAIN, QOF_LOG_DEBUG)};
6
7- DEBUG("Rows in selection = %ld", selected_refs.size());
8+ DEBUG("Rows in selection = %zu", selected_refs.size());
9
10 for (const auto& ref : selected_refs)
11 {
This page took 0.064174 seconds and 4 git commands to generate.