Fix build bustage on windows.

git-svn-id: svn://10.0.0.236/trunk@50594 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gagan%netscape.com
1999-10-13 11:50:14 +00:00
parent 22f1039803
commit 14334bc5ea
2 changed files with 4 additions and 2 deletions

View File

@@ -4130,7 +4130,8 @@ nsWebShell::OnStatus(nsIChannel* channel, nsISupports* ctxt,
#ifndef BUG_16273_FIXED
//free the message-
CRTFREEIF((PRUnichar*)aMsg);
PRUnichar* temp = (PRUnichar*) aMsg;
CRTFREEIF(temp);
#endif
return rv;
}