OS/2 TB breakage

This would be the next break on Unichar


git-svn-id: svn://10.0.0.236/trunk@84055 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2000-12-24 03:54:59 +00:00
parent 419f4b4c27
commit e5cbb693b5

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;