[Git][NTPsec/ntpsec][master] Fix to previous bool attempt

Hal Murray gitlab at mg.gitlab.com
Thu Apr 19 19:50:46 UTC 2018


Hal Murray pushed to branch master at NTPsec / ntpsec


Commits:
37f0e717 by Hal Murray at 2018-04-19T19:49:50Z
Fix to previous bool attempt

- - - - -


1 changed file:

- ntpd/ntp_control.c


Changes:

=====================================
ntpd/ntp_control.c
=====================================
--- a/ntpd/ntp_control.c
+++ b/ntpd/ntp_control.c
@@ -55,7 +55,7 @@ static	unsigned short ctlclkstatus	(struct refclockstat *);
 static	void	ctl_flushpkt	(uint8_t);
 static	void	ctl_putdata	(const char *, unsigned int, bool);
 static	void	ctl_putstr	(const char *, const char *, size_t);
-static	void	ctl_putdblf	(const char *, int, int, double);
+static	void	ctl_putdblf	(const char *, bool, int, double);
 #define	ctl_putdbl(tag, d)	ctl_putdblf(tag, true, 3, d)
 #define	ctl_putdbl6(tag, d)	ctl_putdblf(tag, true, 6, d)
 #define	ctl_putsfp(tag, sfp)	ctl_putdblf(tag, false, -1, FP_UNSCALE(sfp))



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/37f0e7175d0e60d95772b9014c52400974403de4

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/37f0e7175d0e60d95772b9014c52400974403de4
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180419/31964ee7/attachment.html>


More information about the vc mailing list