Use PRIdMAX instead of %jd formatting string
commite13bf55d0e6906eb7b79517c75e2f394949745ea
authorPetr Písař <petr.pisar@atlas.cz>
Sun, 6 Dec 2015 17:06:08 +0000 (6 18:06 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Sun, 6 Dec 2015 17:09:37 +0000 (6 18:09 +0100)
tree81a67ed4c30ffe398b7ecd5db6300bf03d4f2c1a
parentffc8cd0c6d3a6bd4913bcce759941b9d0665022e
Use PRIdMAX instead of %jd formatting string

Some toolchains (on Windows) still does support POSIX %jd formatting string.
Use ISOC99 PRIdMAX instead.

Reported-by: Martin Doucha <doucha@integri.cz>
client/common.c
src/isds.c
test/offline/isds-eventstring2event.c
test/offline/isds-timestring2timeval.c
test/simline/service.c
test/test.c
test/test.h