Fix for bug 10028. We handle mixed case mailto urls properly now.

git-svn-id: svn://10.0.0.236/trunk@40723 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-07-22 22:34:28 +00:00
parent 3b06f359e0
commit 16aa5a29e7
5 changed files with 5 additions and 5 deletions

View File

@@ -2769,7 +2769,7 @@ nsWebShellWindow::HandleUrl(const PRUnichar * aCommand, const PRUnichar * aURLSp
if (offset <= 0)
return NS_ERROR_FAILURE;
PRInt32 offset2= url.Find("mailto:");
PRInt32 offset2= url.Find("mailto:", PR_TRUE);
PRInt32 ret=0;
if (offset2 == 0) {