Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!caip!princeton!allegra!ulysses!burl!clyde!sdl!stu From: stu@sdlps.uucp (Stu Brown) Newsgroups: net.sources.bugs Subject: X10 Program Bug Message-ID: <122@sdlps.uucp> Date: Wed, 24-Sep-86 12:47:20 EDT Article-I.D.: sdlps.122 Posted: Wed Sep 24 12:47:20 1986 Date-Received: Fri, 26-Sep-86 20:51:24 EDT Organization: Silicon Design Labs, Inc. Lines: 12 There is a bug in the program "x10.c", routine day2bits(): day2bits(p) char *p; { char c, buf[4]; ... } The dimension on buf[] should be 6, not 4.