[Liblas-commits] hg-main-tree: I could swear I fixed this
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Apr 4 16:24:40 EDT 2011
details: http://hg.libpc.orghg-main-tree/rev/92a568af77a7
changeset: 497:92a568af77a7
user: Howard Butler <hobu.inc at gmail.com>
date: Mon Apr 04 15:24:32 2011 -0500
description:
I could swear I fixed this
diffstat:
src/drivers/oci/Iterator.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r f32038531bdc -r 92a568af77a7 src/drivers/oci/Iterator.cpp
--- a/src/drivers/oci/Iterator.cpp Mon Apr 04 15:17:16 2011 -0500
+++ b/src/drivers/oci/Iterator.cpp Mon Apr 04 15:24:32 2011 -0500
@@ -461,7 +461,7 @@
}
// If we have all of the block table columns + some extras, we aren't a block table for now
- if (iCol != 11 && isBlockTableQuery) {
+ if (iCol != 10 && isBlockTableQuery) {
isBlockTableQuery = false;
}
More information about the Liblas-commits
mailing list