mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Really fix HPUX bustage. b=108597
This commit is contained in:
parent
141ebb9b14
commit
5ee9c768ba
@ -49,8 +49,9 @@ struct OperatorData {
|
||||
mRightSpace(0.0f)
|
||||
{ // point to the incomming buffer
|
||||
// note that the incomming buffer may really be 2 byte
|
||||
nsStr::Initialize(mStr, aStringValue.mStr, eCharSize(aStringValue.mCapacity),
|
||||
aStringValue.mLength, aStringValue.mCharSize, PR_FALSE);
|
||||
nsStr::Initialize(mStr, aStringValue.mStr, aStringValue.mCapacity,
|
||||
aStringValue.mLength, eCharSize(aStringValue.mCharSize),
|
||||
PR_FALSE);
|
||||
}
|
||||
|
||||
// member data
|
||||
|
Loading…
Reference in New Issue
Block a user