X10 Program Bug

Stu Brown stu at sdlps.uucp
Thu Sep 25 02:47:20 AEST 1986


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.



More information about the Comp.sources.bugs mailing list