This commit is contained in:
waterson%netscape.com 1999-03-29 20:59:30 +00:00
Родитель 66a55f3f2c
Коммит 2c592051e1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -618,7 +618,7 @@ nsComposeAppCore::NewMessage(nsAutoString& aUrl,
{ {
nsXPIDLCString uri; nsXPIDLCString uri;
rdfResource->GetValue( getter_Copies(uri) ); rdfResource->GetValue( getter_Copies(uri) );
nsString messageUri = uri; nsString messageUri(uri);
} }
if (messageType == 2) if (messageType == 2)
HackToGetBody(0); HackToGetBody(0);