This commit is contained in:
ducarroz%netscape.com 1999-04-16 04:46:20 +00:00
Родитель 04b6780a88
Коммит 949719da80
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -203,7 +203,7 @@ NS_IMETHODIMP nsMailboxProtocol::OnStopBinding(nsIURL* aURL, nsresult aStatus, c
{
nsFilePath filePath(MESSAGE_PATH);
nsFileURL fileURL(filePath);
const char * message_path_url = PL_strdup(fileURL.GetAsString());
char * message_path_url = PL_strdup(fileURL.GetAsString());
m_displayConsumer->LoadURL(nsAutoString(message_path_url), nsnull, PR_TRUE, nsURLReload, 0);
@ -528,7 +528,7 @@ PRInt32 nsMailboxProtocol::ReadMessageResponse(nsIInputStream * inputStream, PRU
{
nsFilePath filePath(MESSAGE_PATH);
nsFileURL fileURL(filePath);
const char * message_path_url = PL_strdup(fileURL.GetAsString());
char * message_path_url = PL_strdup(fileURL.GetAsString());
m_displayConsumer->LoadURL(nsAutoString(message_path_url), nsnull, PR_TRUE, nsURLReload, 0);