mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Removed the line to replace '|' with ':' since that's already replaced in the string
and it replaces partial characters in multi-byte characters, bug 68993, r=ducarroz, sr=sspitzer.
This commit is contained in:
parent
0ec61c69d9
commit
45c721994e
@ -1850,9 +1850,6 @@ nsMsgComposeAndSend::AddCompFieldLocalAttachments()
|
||||
{
|
||||
#ifdef NS_DEBUG
|
||||
printf("Adding LOCAL attachment %d: %s\n", newLoc, str.get());
|
||||
#endif
|
||||
#ifdef XP_WIN
|
||||
str.ReplaceChar('|', ':');
|
||||
#endif
|
||||
//
|
||||
// Now we have to setup the m_attachments entry for the file://
|
||||
|
Loading…
Reference in New Issue
Block a user