[pdal-commits] [PDAL/PDAL] c4e925: Fix issue #3424 (#3425)

dsmith8fr noreply at github.com
Thu May 6 08:57:04 PDT 2021


  Branch: refs/heads/master
  Home:   https://github.com/PDAL/PDAL
  Commit: c4e925edc4ec697a6b0b10a9a0af2b3a12db25fc
      https://github.com/PDAL/PDAL/commit/c4e925edc4ec697a6b0b10a9a0af2b3a12db25fc
  Author: dsmith8fr <82899185+dsmith8fr at users.noreply.github.com>
  Date:   2021-05-06 (Thu, 06 May 2021)

  Changed paths:
    M io/PcdReader.cpp

  Log Message:
  -----------
  Fix issue #3424 (#3425)

PCD Reader not seeking to correct location in Windows. 
Files were opened as text not binary causing issues with seekg and 
tellg methods. By setting the binanary argument to true when opening
the file, Utils::openFile(m_filename, true); this issue is resolved.




More information about the pdal-commits mailing list