[pdal-commits] [PDAL/PDAL] 431040: if the count for a cloud is > 32bit int, we'll ove...
GitHub
noreply at github.com
Mon Dec 17 14:57:59 PST 2012
Branch: refs/heads/master
Home: https://github.com/PDAL/PDAL
Commit: 4310401631a20db7cb640b364dbe0044d0b2f700
https://github.com/PDAL/PDAL/commit/4310401631a20db7cb640b364dbe0044d0b2f700
Author: Howard Butler <hobu.inc at gmail.com>
Date: 2012-12-17 (Mon, 17 Dec 2012)
Changed paths:
M src/drivers/oci/Reader.cpp
Log Message:
-----------
if the count for a cloud is > 32bit int, we'll overflow and get an error. if we use a int64_t here, in 32-bit land, the bind doesn't work properly
More information about the pdal-commits
mailing list