[Git][NTPsec/ntpsec][master] Follow up on doubletime_t change.

Eric S. Raymond gitlab at mg.gitlab.com
Thu Aug 17 14:20:59 UTC 2017


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
35638d02 by Eric S. Raymond at 2017-08-17T10:20:11-04:00
Follow up on doubletime_t change.

- - - - -


1 changed file:

- ntpd/refclock_generic.c


Changes:

=====================================
ntpd/refclock_generic.c
=====================================
--- a/ntpd/refclock_generic.c
+++ b/ntpd/refclock_generic.c
@@ -3508,7 +3508,7 @@ parse_process(
 			   prettydate(offset)));
 		if (PARSE_TIMECODE(parsetime->parse_state))
 		{
-			if (fabs(lfptod(off)) <= 0.5)
+			if (fabsl(lfptod(off)) <= 0.5)
 			{
 				fudge = ppsphaseadjust; /* pick PPS fudge factor */
 



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/35638d02229bc1b565d985328e89935e5a721e27

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/35638d02229bc1b565d985328e89935e5a721e27
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/20170817/60d68b5e/attachment.html>


More information about the vc mailing list