Do not use dolar in formatting strings
commit1d1041f77de2fb21629e8e8d70ee872189f2654b
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>
Wed, 16 Mar 2016 20:26:20 +0000 (16 21:26 +0100)
treeb8488bcf60c024b4b97d376f369dc134e2c39aeb
parentb84f1987b24b5097b3e03bd2aeefa70f14175113
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