Hi Peter, > Attached. Also noticed that I declare read_buf, but never use it
Thanks, I applied it, only fixing up the ChangeLog entries (wrong file names). > (good job, really, as it's one byte too short). Huh? No, it had the right size. When you call read() with argument N, the buffer has to be N bytes large, not N+1. Bruno