OS/2 Tinderbox break
The Windows way was right, not sure why it was made different for OS/2.
This commit is contained in:
Родитель
f4f222ef74
Коммит
33cc35240d
|
@ -2102,9 +2102,9 @@ NS_IMETHODIMP nsLocalFile::GetURL(char * *aURL)
|
|||
s++;
|
||||
}
|
||||
// Escape the path with the directory mask
|
||||
nsCAutoString tmp = ePath;
|
||||
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)) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче