From a85d9ae25e8e8696677bc30feb6eaf7fc150e529 Mon Sep 17 00:00:00 2001 From: roberto Date: Mon, 4 Nov 2002 19:36:11 +0000 Subject: Virgin import of ntpd 4.1.1b --- contrib/ntp/ntpd/refclock_jjy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/ntp/ntpd/refclock_jjy.c') diff --git a/contrib/ntp/ntpd/refclock_jjy.c b/contrib/ntp/ntpd/refclock_jjy.c index 18de93a..dba6070 100644 --- a/contrib/ntp/ntpd/refclock_jjy.c +++ b/contrib/ntp/ntpd/refclock_jjy.c @@ -701,7 +701,7 @@ jjy_poll_cdex_jst2000 ( int unit, struct peer *peer ) * Send "1J" command */ - if ( write ( pp->io.fd, "\x051J\x03", 4 ) != 4 ) { + if ( write ( pp->io.fd, "\0051J\003", 4 ) != 4 ) { refclock_report ( peer, CEVNT_FAULT ) ; } -- cgit v1.1