OS/2 TB breakage

This would be the next break on Unichar
This commit is contained in:
mkaply%us.ibm.com 2000-12-24 03:54:59 +00:00
parent 02699d145e
commit 0de85873eb

View File

@ -327,7 +327,7 @@ char *nsWidgetModuleData::ConvertFromUcs( const PRUnichar *pText,
// Have converter, now get it to work...
UniChar *ucsString = (UniChar*) pText;
UniChar *ucsString = NS_REINTERPRET_CAST(UniChar *,pText);
size_t ucsLen = UniStrlen( ucsString) + 1;
size_t cplen = ulSize;
size_t cSubs = 0;