r=rickg. replacing a char const w/ an int literal

This commit is contained in:
valeski%netscape.com 1999-12-07 08:58:50 +00:00
Родитель 771d577a8e
Коммит 2cf1b6fae4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -132,7 +132,7 @@ nsresult nsHTTPHeaderArray::SetHeader(nsIAtom* aHeader,
// we can't use the standard comma because there
// set-cookie headers that include commas in the cookie value
// contrary to the specs not allowing it.
entry->mValue.Append('\n');
entry->mValue.Append(CR);
entry->mValue.Append(aValue);
} else {
// delimit each value from the others using a comma (HTTP spec delimiter)