Ticket #4659 (closed: invalid)

Opened 9 years ago

Last modified 5 years ago

Allow SaveAscii to save with correct line endings on Windows

Reported by: Peter Parker Owned by: Peter Parker
Priority: major Milestone: Release 2.0
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Andrei Savici

Description

Should be a small fix - change "\n" to std::endl.

Change History

comment:1 Changed 9 years ago by Peter Parker

Refs #4659 - Changed to std::endl.

It turns out SaveAscii actually used CRLF (on win 7 at least), but changing anyway.

Changeset: dc58ef679c7681db124a87a0ccd8a609db68aa66

comment:2 Changed 9 years ago by Peter Parker

Refs #4659 - Changed to std::endl.

It turns out SaveAscii actually used CRLF (on win 7 at least), but changing anyway.

Changeset: dc58ef679c7681db124a87a0ccd8a609db68aa66

comment:3 Changed 9 years ago by Peter Parker

  • Status changed from new to verify
  • Resolution set to invalid

This problem was misdiagnosed, and therefore not really a problem. Closing.

comment:4 Changed 9 years ago by Andrei Savici

  • Status changed from verify to verifying
  • Tester set to Andrei Savici

comment:5 Changed 9 years ago by Andrei Savici

  • Status changed from verifying to closed

\n replaced with std::endl

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 5506

Note: See TracTickets for help on using tickets.