зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bustage. No idea how that happened. Apologies. r/sr=bustage.
This commit is contained in:
Родитель
d010ffa6e9
Коммит
54453eda3f
|
@ -2647,7 +2647,7 @@ nsMsgCompose::ProcessSignature(nsIMsgIdentity *identity, nsString *aMsgBody)
|
|||
|
||||
nsAString& firstFourChars = Substring(sigData, 0, 4);
|
||||
|
||||
if (!(firstFourChars.Equals(NS_LITERAL_STRING("-- \n")) ||
|
||||
if (!(firstFourChars.Equals(NS_LITERAL_STRING("-- \n"))) ||
|
||||
firstFourChars.Equals(NS_LITERAL_STRING("-- \r")))
|
||||
{
|
||||
sigOutput.AppendWithConversion(dashes);
|
||||
|
|
Загрузка…
Ссылка в новой задаче