]> git.pld-linux.org Git - packages/CoinUtils.git/blame - CoinUtils-format.patch
- unconditional noarch subpackages
[packages/CoinUtils.git] / CoinUtils-format.patch
CommitLineData
2f12528f
JB
1--- CoinUtils-2.9.17/CoinUtils/src/CoinMessageHandler.cpp.orig 2011-12-11 00:34:13.000000000 +0100
2+++ CoinUtils-2.9.17/CoinUtils/src/CoinMessageHandler.cpp 2014-11-25 22:23:17.252209257 +0100
3@@ -820,7 +820,7 @@
4 sprintf(messageOut_,g_format_,doublevalue);
5 if (next != format_+2) {
6 messageOut_+=strlen(messageOut_);
7- sprintf(messageOut_,format_+2);
8+ sprintf(messageOut_,"%s",format_+2);
9 }
10 }
11 messageOut_+=strlen(messageOut_);
This page took 0.100667 seconds and 4 git commands to generate.