On Mon, Jan 17, 2005 at 07:13:52PM -0800, Chris Pressey wrote: > Fix by only fwrite(3)ing the string up to the first NUL character. Could you replace the inline code with memchr? Joerg