Avoid error in TLS connections due to incorrect format
commit5a7fb4f0cc5a21808ab6fa062050059ceac027e4
authorEli Zaretskii <eliz@gnu.org>
Sat, 27 Jun 2015 08:00:38 +0000 (27 11:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Jun 2015 08:00:38 +0000 (27 11:00 +0300)
tree5e177c37e336eb923f557c14251b1f6376b59af7
parent45fd93603747b64223291450ad89cf5a647f6701
Avoid error in TLS connections due to incorrect format

* src/gnutls.c (Fgnutls_boot): Use the %x conversion specifier in
the call to 'error', instead of the unsupported %u.  Reported by
lo2net <fangtao0901@gmail.com>.  (Bug#20908)
src/gnutls.c