K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-09-09T05:01:18.938775Z K 7 svn:log V 322 In r243868, the error message buffer errmsg have been changed from an on-stack array to a pointer and therefore sizeof(errmsg) would become 4 or 8 bytes depending on the architecture. Fix this by using ERRMSGL in place of sizeof(). Submitted by: J David MFC after: 3 days Approved by: re (kib) END