git-svn-id: svn://10.0.0.236/trunk@72977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
av%netscape.com
2000-06-22 22:51:36 +00:00
parent 38aa3f85f2
commit ec53ea8c95
2 changed files with 2 additions and 2 deletions

View File

@@ -1118,7 +1118,7 @@ NS_IMETHODIMP nsPluginStreamListenerPeer::OnStopRequest(nsIChannel* channel,
{
char* urlString;
nsCOMPtr<nsIFile> localFile;
nsresult rv = channel->GetLocalFile(getter_AddRefs(localFile));
rv = channel->GetLocalFile(getter_AddRefs(localFile));
if (NS_SUCCEEDED(rv) && localFile)
{
char* pathAndFilename;

View File

@@ -1118,7 +1118,7 @@ NS_IMETHODIMP nsPluginStreamListenerPeer::OnStopRequest(nsIChannel* channel,
{
char* urlString;
nsCOMPtr<nsIFile> localFile;
nsresult rv = channel->GetLocalFile(getter_AddRefs(localFile));
rv = channel->GetLocalFile(getter_AddRefs(localFile));
if (NS_SUCCEEDED(rv) && localFile)
{
char* pathAndFilename;