Do not use dolar in formatting strings
commit8610a389f5e5ba1fb6c3d3c2d3ff2323724e3618
authorPetr Písař <petr.pisar@atlas.cz>
Wed, 16 Mar 2016 20:13:59 +0000 (16 21:13 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Fri, 18 Mar 2016 16:51:22 +0000 (18 17:51 +0100)
tree3791b187f264743cfc94b14445df6823280bca7d
parente4df4393111f3fc1c2353c39b93035708e21fd8c
Do not use dolar in formatting strings

ISO C 99 does not support "$" to control print(3) arguments order. This is not
support on mingw platform.

This patch changes the library code in order not to use it. It sucks because
it makes the code less elegant and less readable.

The same problem can occur in translated messages. I worry translations
without capability of words reordering will be dumb. I urge people to use
better toolchains.
po/cs.po
src/isds.c
src/soap.c