Ticket #4659 (closed: invalid)
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: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
Note: See
TracTickets for help on using
tickets.
Refs #4659 - Changed to std::endl.
It turns out SaveAscii actually used CRLF (on win 7 at least), but changing anyway.