njl 2005-03-11 23:35:24 UTC FreeBSD src repository Modified files: sys/fs/msdosfs msdosfs_conv.c Log: Correct a last-minute thinko. Instead of copying the nul with the string, nul-terminate the dp->d_name directly and only copy the string. Revision Changes Path 1.41 +1 -1 src/sys/fs/msdosfs/msdosfs_conv.c