зеркало из https://github.com/mozilla/pjs.git
*** empty log message ***
This commit is contained in:
Родитель
db388b7464
Коммит
596a6c4ce0
|
@ -118,12 +118,10 @@ MimeInlineImage_parse_begin (MimeObject *obj)
|
|||
if (filename)
|
||||
{
|
||||
char *escapedName = nsEscape(filename, url_Path);
|
||||
if (escapedName)
|
||||
{
|
||||
if (!escapedName) return MIME_OUT_OF_MEMORY;
|
||||
url_with_filename += "&filename=";
|
||||
url_with_filename += escapedName;
|
||||
nsCRT::free(escapedName);
|
||||
}
|
||||
}
|
||||
|
||||
// We need to separate images with HR's...
|
||||
|
|
Загрузка…
Ссылка в новой задаче