diff options
Diffstat (limited to 'contrib/ntp/ntpd/refclock_jjy.c')
-rw-r--r-- | contrib/ntp/ntpd/refclock_jjy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/ntpd/refclock_jjy.c b/contrib/ntp/ntpd/refclock_jjy.c index 18de93a3bfecf..dba6070ef40c0 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 "<ENQ>1J<ETX>" command */ - if ( write ( pp->io.fd, "\x051J\x03", 4 ) != 4 ) { + if ( write ( pp->io.fd, "\0051J\003", 4 ) != 4 ) { refclock_report ( peer, CEVNT_FAULT ) ; } |