Fix Linux bustage.

git-svn-id: svn://10.0.0.236/trunk@62622 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
norris%netscape.com
2000-03-11 03:20:25 +00:00
parent f8b667cb08
commit a6df9af80c
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);
}