Skip to content

Commit

Permalink
initialize values
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Sep 6, 2012
1 parent ef76f34 commit 1ff013c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/nitf/Reader.cpp
Expand Up @@ -141,7 +141,7 @@ void Reader::initialize()
{
pdal::Reader::initialize();

boost::uint64_t offset, length;
boost::uint64_t offset(0), length(0);

Metadata nitf_metadata(getName());
{
Expand Down

0 comments on commit 1ff013c

Please sign in to comment.