K 10 svn:author V 3 imp K 8 svn:date V 27 2002-03-18T07:14:59.000000Z K 7 svn:log V 225 o MAXPATHLEN is the correct constant to use for path names, it includes the NULL. o use snprintf in preference to unchecked strcat in a couple of places that likely can't overflow. Makes it easier to grep for strcpy :-) END