mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1124029
- Fix printf type warning on AccessibleWrap. r=davidb
This commit is contained in:
parent
fdd07237e8
commit
fb6897e048
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user