https://bugs.kde.org/show_bug.cgi?id=415411
--- Comment #5 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 3227834a97fc62537a3b60d91c91de1f7ce2dfe7 by Ralf Habacker. Committed on 21/12/2019 at 12:26. Pushed by habacker into branch '5.0'. checkprinting: avoid incorrect replacement of split values Template parameters for split values are now replaced in descending order. If we replace the template parameter 'SPLITVALUE1' before 'SPLITVALUE10', the latter is erroneously overwritten with the value from the former, followed by '0'. Cherry picked from commit 9ae5d7c17654dc57b396571ddd630305674ff3a2 Reviewed By: tbaumgart Differential Revision: https://phabricator.kde.org/D26134 M +2 -2 kmymoney/plugins/checkprinting/checkprinting.cpp https://commits.kde.org/kmymoney/3227834a97fc62537a3b60d91c91de1f7ce2dfe7 -- You are receiving this mail because: You are the assignee for the bug.