Commit 782b1873 authored by sspitzer%netscape.com's avatar sspitzer%netscape.com
Browse files

fix for bug #5477. thanks to mscott for the fix.

parent b9d92ac7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -477,7 +477,7 @@ PRInt32 nsMailboxProtocol::ReadMessageResponse(nsIInputStream * inputStream, PRU
				{
					if (line)
						PR_Write(m_tempMessageFile,(void *) line,PL_strlen(line));
					PR_Write(m_tempMessageFile, (void *) MSG_LINEBREAK, PL_strlen(CRLF));
					PR_Write(m_tempMessageFile, (void *) MSG_LINEBREAK, PL_strlen(MSG_LINEBREAK));
				}
			} 
		}