Really fix HPUX bustage. b=108597

This commit is contained in:
dbaron%fas.harvard.edu 2001-11-07 04:52:19 +00:00
parent 141ebb9b14
commit 5ee9c768ba

View File

@ -49,8 +49,9 @@ struct OperatorData {
mRightSpace(0.0f) mRightSpace(0.0f)
{ // point to the incomming buffer { // point to the incomming buffer
// note that the incomming buffer may really be 2 byte // note that the incomming buffer may really be 2 byte
nsStr::Initialize(mStr, aStringValue.mStr, eCharSize(aStringValue.mCapacity), nsStr::Initialize(mStr, aStringValue.mStr, aStringValue.mCapacity,
aStringValue.mLength, aStringValue.mCharSize, PR_FALSE); aStringValue.mLength, eCharSize(aStringValue.mCharSize),
PR_FALSE);
} }
// member data // member data