1
0
mirror of https://frontier.innolan.net/rainlance/amiga-ntimed.git synced 2026-05-03 12:05:45 +00:00

Fix some printf-format issues.

This commit is contained in:
Poul-Henning Kamp
2014-12-21 22:56:50 +00:00
parent 45af90e98a
commit f3810d710b
5 changed files with 17 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ nf_filter(struct ocx *ocx, const struct ntp_peer *np)
NTP_Tool_Format(buf, sizeof buf, rxp);
Put(NULL, OCX_TRACE, "NTP_Packet %+f %s %s %s\n",
Put(NULL, OCX_TRACE, "NTP_Packet %s %s %s\n",
np->hostname, np->ip, buf);
if (rxp->ntp_leap == NTP_LEAP_UNKNOWN)