]> git.evergreen-ils.org Git - OpenSRF.git/commit
LP#1243841 - Quiet wrong format warnings during make install.
authorChris Sharp <csharp@georgialibraries.org>
Wed, 20 Sep 2017 01:25:12 +0000 (21:25 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 7 May 2018 20:09:55 +0000 (16:09 -0400)
commit4dadb76c5b7e73615de4a1ff923aa46b77b95330
tree9570307d4f533d3470231becfcae70ae33c5e78d
parentc298ab7017627c3502a1b185e2d5871dd0b671ee
LP#1243841 - Quiet wrong format warnings during make install.

During make install, the compiler warns that %d expects an int when the
actual value is a long int.  Changing %d to %ld fixes the issue.

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
src/gateway/osrf_websocket_translator.c