On Sat, Jan 31, 2004 at 10:14:34PM -0700, Greg J. wrote: > >>+ ssize_t i, j; ... > >>- if (unix2doschr(&cp, (size_t *)&i, pmp) == 0) ... > I'm no C expert.. but I'm guessin that (ssize_t) is a typo.. funny how > it still works? ssize_t is signed size_t, an ISO-C type. One of the above is probably a typo - the question is did Tim want a signed or unsigned type.