mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 974318 - GCC fixup
This commit is contained in:
parent
9c61e66959
commit
7c99e8af1f
@ -1050,7 +1050,7 @@ nsTextStore::FlushPendingActions()
|
||||
("TSF: 0x%p nsTextStore::FlushPendingActions() "
|
||||
"flushing COMPOSITION_UPDATE={ mData=\"%s\", "
|
||||
"mRanges=0x%p, mRanges->Length()=%d }",
|
||||
this, NS_ConvertUTF16toUTF8(action.mData).get(), action.mRanges,
|
||||
this, NS_ConvertUTF16toUTF8(action.mData).get(), action.mRanges.get(),
|
||||
action.mRanges ? action.mRanges->Length() : 0));
|
||||
|
||||
if (!action.mRanges) {
|
||||
|
Loading…
Reference in New Issue
Block a user