For some reason Roman Pompejus' original logging patch opened the log in
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Dec 2002 21:35:05 +0000 (21:35 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 7 Dec 2002 21:35:05 +0000 (21:35 +0000)
commit3896fb22181b4b0edcf95814435b5f899198758f
tree9381c273d78e8ef7abcf34860a1321067430e4e1
parent3d7717fc66b0828a73abb899723715d028d48bd2
For some reason Roman Pompejus' original logging patch opened the log in
"wb" mode. Since we were mostly writing "\n" rather than "\r\n", I've
changed it to just "w" and refunded the difference.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2286 cda61777-01e9-0310-a592-d414129be87e
logging.c