]> git.pld-linux.org Git - packages/CoinUtils.git/blob - CoinUtils-format.patch
- unconditional noarch subpackages
[packages/CoinUtils.git] / CoinUtils-format.patch
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.068942 seconds and 3 git commands to generate.