K 10 svn:author V 3 jhb K 8 svn:date V 27 2001-02-26T20:32:18.000000Z K 7 svn:log V 314 When ensuring the destination buffer is truncated for a string obtained from a BIF, use the size of the destinatino buffer, not the length of the string to determine where to put the nul char. As a side effect, the old code would truncate the string by one character while it was possibly overflowing the buffer. END