[Liblas-commits] hg: fix up initialization error of
bHaveSchemaOverride
liblas-commits at liblas.org
liblas-commits at liblas.org
Thu Apr 28 11:57:01 EDT 2011
details: http://hg.liblas.orghg/rev/dd77a06af4fd
changeset: 2932:dd77a06af4fd
user: Howard Butler <hobu.inc at gmail.com>
date: Thu Apr 28 10:56:53 2011 -0500
description:
fix up initialization error of bHaveSchemaOverride
diffstat:
apps/las2oci.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 89021b2ceb00 -r dd77a06af4fd apps/las2oci.cpp
--- a/apps/las2oci.cpp Tue Apr 26 12:00:26 2011 -0500
+++ b/apps/las2oci.cpp Thu Apr 28 10:56:53 2011 -0500
@@ -406,7 +406,7 @@
ostringstream columns;
ostringstream values;
- bool bHaveSchemaOverride;
+ bool bHaveSchemaOverride(false);
if (point_schema_override.size() > 0)
bHaveSchemaOverride = true;
More information about the Liblas-commits
mailing list