зеркало из https://github.com/mozilla/gecko-dev.git
fix contents of In-reply-to header: bug 173645 r=ducarroz sr=bienvenu a=asa
This commit is contained in:
Родитель
5e495ca5f5
Коммит
6059abb364
|
@ -663,12 +663,11 @@ RRT_HEADER:
|
|||
PUSH_STRING (pReference);
|
||||
PUSH_NEWLINE ();
|
||||
{
|
||||
char *trimAt = PL_strchr(pReference, '>');
|
||||
const char *lastRef = PL_strrchr(pReference, '<');
|
||||
|
||||
if (trimAt) {
|
||||
trimAt++;
|
||||
if (lastRef) {
|
||||
PUSH_STRING ("In-Reply-To: ");
|
||||
PUSH_STRINGN (pReference, trimAt-pReference);
|
||||
PUSH_STRING (lastRef);
|
||||
PUSH_NEWLINE ();
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче