mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 13:56:29 +00:00
Bug 307492 - 64-bit unsafe cast r=darin
This commit is contained in:
parent
b40b7e6c21
commit
004d195a07
@ -51,7 +51,7 @@ static PRLogModuleInfo *gTestLog = nsnull;
|
||||
|
||||
PR_STATIC_CALLBACK(void *) HandleEvent(PLEvent *event)
|
||||
{
|
||||
LOG(("HandleEvent:%d\n", (int) event->owner));
|
||||
LOG(("HandleEvent:%d\n", NS_PTR_TO_INT32(event->owner)));
|
||||
return nsnull;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user