From ec53ea8c95d50bfedef79601f2713ae644166cbf Mon Sep 17 00:00:00 2001 From: "av%netscape.com" Date: Thu, 22 Jun 2000 22:51:36 +0000 Subject: [PATCH] Part of 23667 fix, r=sean@beatnik.com git-svn-id: svn://10.0.0.236/trunk@72977 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp | 2 +- mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp index 19b8c48524a..74fa3e3badb 100644 --- a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -1118,7 +1118,7 @@ NS_IMETHODIMP nsPluginStreamListenerPeer::OnStopRequest(nsIChannel* channel, { char* urlString; nsCOMPtr localFile; - nsresult rv = channel->GetLocalFile(getter_AddRefs(localFile)); + rv = channel->GetLocalFile(getter_AddRefs(localFile)); if (NS_SUCCEEDED(rv) && localFile) { char* pathAndFilename; diff --git a/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp b/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp index 19b8c48524a..74fa3e3badb 100644 --- a/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/nglsrc/nsPluginHostImpl.cpp @@ -1118,7 +1118,7 @@ NS_IMETHODIMP nsPluginStreamListenerPeer::OnStopRequest(nsIChannel* channel, { char* urlString; nsCOMPtr localFile; - nsresult rv = channel->GetLocalFile(getter_AddRefs(localFile)); + rv = channel->GetLocalFile(getter_AddRefs(localFile)); if (NS_SUCCEEDED(rv) && localFile) { char* pathAndFilename;