[Git][NTPsec/ntpsec][master] Yet more prototype fixups.
Eric S. Raymond
gitlab at mg.gitlab.com
Thu Jan 5 16:16:18 UTC 2017
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
baec1210 by Eric S. Raymond at 2017-01-05T11:15:31-05:00
Yet more prototype fixups.
- - - - -
1 changed file:
- ntptime/ntptime.c
Changes:
=====================================
ntptime/ntptime.c
=====================================
--- a/ntptime/ntptime.c
+++ b/ntptime/ntptime.c
@@ -334,7 +334,7 @@ main(
setlfpuint(ts, lfpuint(ts) + JAN_1970);
setlfpfrac(ts, lfpfrac(ts) + ts_roundbit);
setlfpfrac(ts, lfpfrac(ts) & ts_mask);
- printf(json ? jfmt2 : ofmt2, json ? rfc3339date(&ts) : prettydate(ts), fdigits, (int)time_frac);
+ printf(json ? jfmt2 : ofmt2, json ? rfc3339date(ts) : prettydate(ts), fdigits, (int)time_frac);
printf(json ? jfmt3 : ofmt3, (u_long)ntv.maxerror, (u_long)ntv.esterror);
if (rawtime)
printf(json ? jfmt4 : ofmt4,
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/baec1210339db0f825499fecc667b9d2431b88db
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170105/0d01e9c1/attachment.html>
More information about the vc
mailing list