convert strings to lower case in CharLowerA.

fixes loading of plugins in FAR.

svn path=/trunk/; revision=20013
This commit is contained in:
Sebastian Gasiorek 2005-12-09 18:36:53 +00:00
parent e01c928700
commit 2d6db118c9

View file

@ -53,6 +53,7 @@ WINAPI
CharLowerA(LPSTR x)
{
if (!HIWORD(x)) return (LPSTR)tolower((char)(int)x);
CharLowerBuffA(x, strlen(x));
/*
__TRY
{