mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-23 13:04:28 +00:00
fix mac
This commit is contained in:
parent
1e2069e0d6
commit
8253e95214
@ -915,7 +915,7 @@ MODULE_PRIVATE unsigned char* mz_AnyToAnyThroughUCS2(CCCDataObject obj, const un
|
||||
free( fromBuf );
|
||||
free( ucs2Buf );
|
||||
|
||||
INTL_SetCCCLen(obj, XP_STRLEN(toBuf));
|
||||
INTL_SetCCCLen(obj, XP_STRLEN((char*)toBuf));
|
||||
|
||||
return toBuf;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user