--- src/usr.bin/make/for.c 2005/01/24 05:11:01 1.21 +++ src/usr.bin/make/for.c 2005/01/24 05:12:58 1.22 @@ -227,7 +227,7 @@ For_Eval(char *line) } if (forLevel != 0) { - Buf_AddBytes(forBuf, strlen(line), (Byte *)line); + Buf_Append(forBuf, line); Buf_AddByte(forBuf, (Byte)'\n'); return (1); }