From 824f8a5531cd4524a63d20a7b3d019202f87ca6b Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Tue, 17 Nov 2009 05:28:10 +0000 Subject: Make fudge explicit in ntpshm_put(), and log it.. --- driver_zodiac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_zodiac.c') diff --git a/driver_zodiac.c b/driver_zodiac.c index 107173cd..3c228624 100644 --- a/driver_zodiac.c +++ b/driver_zodiac.c @@ -166,7 +166,7 @@ static gps_mask_t handle1000(struct gps_device_t *session) * tests and simple gps applications do not detect this. A live test * with the 1pps signal active is required. */ if (session->context->enable_ntpshm && session->gpsdata.fix.mode > MODE_NO_FIX) - (void)ntpshm_put(session, session->gpsdata.fix.time + 1.1); + (void)ntpshm_put(session, session->gpsdata.fix.time, 1.1); #endif /*@ -type @*/ session->gpsdata.fix.latitude = ((long)getzlong(27)) * RAD_2_DEG * 1e-8; -- cgit v1.2.1