Bug 1124029 - Fix printf type warning on AccessibleWrap. r=davidb

--HG--
extra : source : 11a8e65c1b7936ff8e084f5011fbb6e17d7dbfef
extra : histedit_source : a66dbc91a3340324a6d2c8ef9d482b2663601baf
This commit is contained in:
Xidorn Quan 2015-01-27 08:37:38 +11:00
parent 66061807e0
commit e7d167eb4f

View File

@ -1141,7 +1141,7 @@ AccessibleWrap::HandleAccEvent(AccEvent* aEvent)
#ifdef A11Y_LOG
if (logging::IsEnabled(logging::ePlatforms)) {
printf("\n\nMSAA event: event: %d, target: %s@id='%s', childid: %d, hwnd: %d\n\n",
printf("\n\nMSAA event: event: %d, target: %s@id='%s', childid: %d, hwnd: %p\n\n",
eventType, NS_ConvertUTF16toUTF8(tag).get(), id.get(),
childID, hWnd);
}