mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
No issue - [MailNews] Fix build bustage due to recent MIME API changes
This commit is contained in:
parent
ffe6d48af5
commit
2048f4df51
2 changed files with 5 additions and 4 deletions
|
|
@ -493,8 +493,9 @@ MimeHeaders_get_parameter (const char *header_value, const char *parm_name,
|
|||
if (NS_FAILED(rv))
|
||||
return nullptr;
|
||||
|
||||
nsCString hdr_value(header_value);
|
||||
nsCString result;
|
||||
rv = mimehdrpar->GetParameterInternal(header_value, parm_name, charset,
|
||||
rv = mimehdrpar->GetParameterInternal(hdr_value, parm_name, charset,
|
||||
language, getter_Copies(result));
|
||||
return NS_SUCCEEDED(rv) ? PL_strdup(result.get()) : nullptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue