Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Mar 13, 2018
  2. Mar 12, 2018
  3. Mar 10, 2018
  4. Mar 09, 2018
    • Peterson, Peter's avatar
      Open text files in binary mode · ee1e71a3
      Peterson, Peter authored
      Text streams on windows assume that line endings are CRLF.
      When dealing with files that contain only LF line endings
      tellg/seekg cannot be relied on to give/set correct positions
      within the stream.
      ee1e71a3
Loading