]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix mismatch of fprintf format specifier and argument type
authorJonathan K. Bullard <jkbullard@gmail.com>
Fri, 6 Feb 2015 19:49:10 +0000 (14:49 -0500)
committerGert Doering <gert@greenie.muc.de>
Sat, 7 Feb 2015 11:24:27 +0000 (12:24 +0100)
commit251c17a0bc55db59b91338d8f306144182755aa4
tree7cd07608d3e0bdac69a7429c714fec44351cd115
parent2350d709e4d3c28d8850b5106169d799fdad5a29
Fix mismatch of fprintf format specifier and argument type

This fixes a warning about a mismatch between a fprintf format string
and an argument type on Darwin-64-bit builds:

%lu specifies type 'unsigned long' but the argument has type
'__darwin_suseconds_t' (aka 'int')

Acked-by: Arne Schwabe <arne@rfc2549.org>
Message-Id: <CAEsd45SoC+h5tcDraZcQN_MUYzqWYOVvNpkwMo190DLpB32StQ@mail.gmail.com>
URL: http://article.gmane.org/gmane.network.openvpn.devel/9446

Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/error.c