* environ.cc (check_case_init): Use strncasematch.
* cygwin.din: Export __mempcpy. * cygwin/version.h: Bump api minor number.
This commit is contained in:
@@ -405,7 +405,7 @@ check_case_init (const char *buf)
|
||||
if (!buf || !*buf)
|
||||
return;
|
||||
|
||||
if (strncmp (buf, "relax", 5)== 0)
|
||||
if (strncasematch (buf, "relax", 5))
|
||||
{
|
||||
pcheck_case = PCHECK_RELAXED;
|
||||
debug_printf ("File case checking set to RELAXED");
|
||||
|
Reference in New Issue
Block a user