]> git.evergreen-ils.org Git - working/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 19:55:21 +0000 (15:55 -0400)
commit9dd65c72e5bd114eb1e1d6c2b1388e01df02bbb8
tree06732c19881d13e2a9d6f5512673045f465f3d90
parentf8f1813bf17f745719c9dabbdfc5c7bed05c7138
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