K 10 svn:author V 7 delphij K 8 svn:date V 27 2013-09-12T00:46:32.406567Z K 7 svn:log V 296 MFC r255412: 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 END