diff --git a/mozilla/modules/plugin/base/src/ns4xPlugin.cpp b/mozilla/modules/plugin/base/src/ns4xPlugin.cpp index d4d0743bb1c..42385875908 100644 --- a/mozilla/modules/plugin/base/src/ns4xPlugin.cpp +++ b/mozilla/modules/plugin/base/src/ns4xPlugin.cpp @@ -369,7 +369,7 @@ ns4xPlugin::Shutdown(void) if (nsnull != fShutdownEntry) { #ifdef NS_DEBUG - printf("shutting down plugin %08x\n", this); + printf("shutting down plugin %08x\n",(int)this); #endif #ifdef XP_MAC CallNPP_ShutdownProc(fShutdownEntry); diff --git a/mozilla/modules/plugin/nglsrc/ns4xPlugin.cpp b/mozilla/modules/plugin/nglsrc/ns4xPlugin.cpp index d4d0743bb1c..42385875908 100644 --- a/mozilla/modules/plugin/nglsrc/ns4xPlugin.cpp +++ b/mozilla/modules/plugin/nglsrc/ns4xPlugin.cpp @@ -369,7 +369,7 @@ ns4xPlugin::Shutdown(void) if (nsnull != fShutdownEntry) { #ifdef NS_DEBUG - printf("shutting down plugin %08x\n", this); + printf("shutting down plugin %08x\n",(int)this); #endif #ifdef XP_MAC CallNPP_ShutdownProc(fShutdownEntry);