mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1298562 - Use %u instead of %llu for uint32_t. r=masayuki
MozReview-Commit-ID: EF1G77Y30ws --HG-- extra : rebase_source : 9016ce035194f70d45d0179032ba3baacd73bb5a
This commit is contained in:
parent
713c29c0d1
commit
fee4513fab
@ -3284,7 +3284,7 @@ IMEInputHandler::GetAttributedSubstringFromRange(NSRange& aRange,
|
||||
|
||||
MOZ_LOG(gLog, LogLevel::Info,
|
||||
("%p IMEInputHandler::GetAttributedSubstringFromRange, "
|
||||
"textContent={ mSucceeded=%s, mReply={ mString=\"%s\", mOffset=%llu } }",
|
||||
"textContent={ mSucceeded=%s, mReply={ mString=\"%s\", mOffset=%u } }",
|
||||
this, TrueOrFalse(textContent.mSucceeded),
|
||||
NS_ConvertUTF16toUTF8(textContent.mReply.mString).get(),
|
||||
textContent.mReply.mOffset));
|
||||
@ -3361,7 +3361,7 @@ IMEInputHandler::SelectedRange()
|
||||
|
||||
MOZ_LOG(gLog, LogLevel::Info,
|
||||
("%p IMEInputHandler::SelectedRange, selection={ mSucceeded=%s, "
|
||||
"mReply={ mOffset=%llu, mString.Length()=%llu } }",
|
||||
"mReply={ mOffset=%u, mString.Length()=%u } }",
|
||||
this, TrueOrFalse(selection.mSucceeded), selection.mReply.mOffset,
|
||||
selection.mReply.mString.Length()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user