K 10 svn:author V 3 tjr K 8 svn:date V 27 2004-02-19T09:56:58.000000Z K 7 svn:log V 304 Use size_t or ssize_t wherever appropriate instead of casting from int * to size_t *, which is incorrect because they may have different widths. This caused some subtle forms of corruption, the mostly frequently reported one being that the last character of a filename was sometimes duplicated on amd64. END