This commit is contained in:
tbogard%aol.net 2000-04-18 23:31:26 +00:00
Родитель 50d35aba47
Коммит 3f0fb9d531
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -2391,7 +2391,6 @@ NS_IMETHODIMP nsDocShell::ConvertFileToStringURI(nsString& aIn, nsString& aOut)
NS_IMETHODIMP nsDocShell::ConvertStringURIToFileCharset(nsString& aIn,
nsCString& aOut)
{
nsresult rv=NS_OK;
aOut = "";
// for file url, we need to convert the nsString to the file system
// charset before we pass to NS_NewURI