mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
convert strings to lower case in CharLowerA.
fixes loading of plugins in FAR. svn path=/trunk/; revision=20013
This commit is contained in:
@@ -53,6 +53,7 @@ WINAPI
|
||||
CharLowerA(LPSTR x)
|
||||
{
|
||||
if (!HIWORD(x)) return (LPSTR)tolower((char)(int)x);
|
||||
CharLowerBuffA(x, strlen(x));
|
||||
/*
|
||||
__TRY
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user