dogfood bug 50689 (no chrome registration on Mac)

This commit is contained in:
dveditz%netscape.com 2000-09-07 01:25:43 +00:00
parent 6e7fa5d7ee
commit 616bf7ca11

View File

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