Sun May 22 10:06:17 EDT 2005 rsc I changed awd.c to use smprint. The reason is that fprint uses a small buffer internally and if you have a very long path, calling fprint directly will split the print into multiple writes. Thanks for your help.