+ fix accidental typo :)

This commit is contained in:
artemp 2013-05-15 15:12:28 +01:00
parent 99dcc76860
commit 499f8aefc5

View file

@ -128,7 +128,7 @@ feature_ptr postgis_featureset::next()
int size = rs_->getFieldLength(0);
const char *data = rs_->getValue(0);
if (geometry_utils::from_wkb(feature->paths(), data, size))
if (!geometry_utils::from_wkb(feature->paths(), data, size))
continue;
totalGeomSize_ += size;