Fix Linux bustage.

This commit is contained in:
norris@netscape.com
2000-03-11 03:20:25 +00:00
parent 846ce6eadf
commit 35b9febb84
2 changed files with 2 additions and 2 deletions

View File

@@ -1720,7 +1720,7 @@ nsWebShell::LoadURL(const PRUnichar *aURLSpec,
* May regress in other situations.
* What a hack
*/
nsAutoString urlstr = spec;
nsAutoString urlstr = (const char *) spec;
res = NS_NewURI(getter_AddRefs(newURI), urlstr, nsnull);
}