dogfood bug 50689 (no chrome registration on Mac)

This commit is contained in:
dveditz%netscape.com 2000-09-07 01:25:43 +00:00
Родитель d912e6b7b2
Коммит 87756b3cd7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -99,7 +99,7 @@ hack_nsIFile2URL(nsIFile* file, char * *aURL)
// Escape the path with the directory mask // Escape the path with the directory mask
nsCAutoString tmp(ePath); nsCAutoString tmp(ePath);
tmp.ReplaceChar(":", '|'); tmp.ReplaceChar(":", '|');
nsCAutoString escPath("file://"); nsCAutoString escPath("file:///");
escPath += tmp; escPath += tmp;
// rv = nsURLEscape(ePath,nsIIOService::url_Directory + nsIIOService::url_Forced, escPath); // rv = nsURLEscape(ePath,nsIIOService::url_Directory + nsIIOService::url_Forced, escPath);
// if (NS_SUCCEEDED(rv)) { // if (NS_SUCCEEDED(rv)) {