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)
committerJason Stephenson <jason@sigio.com>
Tue, 7 Nov 2017 20:49:30 +0000 (15:49 -0500)
commit5ad89707dd2d276d89d46b391405ec68f8b6f8b5
treeb38aaed43031e95f3c4508efe61f575f749945eb
parent2c8ebb4f810ae7b8a11856e02c8af33e7076575c
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>
src/gateway/osrf_websocket_translator.c