mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 11:13:29 +00:00
Wrong casts being used
Caused outside contributor to be unable to build
This commit is contained in:
parent
ac27ba4ac5
commit
5ebf8feb5b
@ -2235,9 +2235,9 @@ CreateDirectoryA( PSZ resolvedPath, PEAOP2 ppEABuf)
|
||||
static int isleadbyte(int c)
|
||||
{
|
||||
static BOOL bDBCSFilled=FALSE;
|
||||
static BYTE DBCSInfo[12] = { 0 }; /* According to the Control Program Guide&Ref,
|
||||
static CHAR DBCSInfo[12] = { 0 }; /* According to the Control Program Guide&Ref,
|
||||
12 bytes is sufficient */
|
||||
BYTE *curr;
|
||||
CHAR *curr;
|
||||
BOOL retval = FALSE;
|
||||
|
||||
if( !bDBCSFilled ) {
|
||||
|
Loading…
Reference in New Issue
Block a user