K 10 svn:author V 3 jhb K 8 svn:date V 27 2015-04-09T21:06:51.907007Z K 7 svn:log V 239 MFC 279951: Simplify string mangling in ifmaybeload(). - Use strlcpy() instead of strcpy(). - Use strlcat() instead of a strlcpy() with a magic number subtracted from the length. - Replace strncmp(..., strlen(foo) + 1) with strcmp(...). END