Changeset 2304


Ignore:
Timestamp:
Mar 24, 2009, 9:49:23 AM (15 years ago)
Author:
mloskot
Message:

Fixed bug introduced in recent refactoring work (r2281). This is the reason of PostGIS regression test failing (Issue 143)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/capi/geos_ts_c.cpp

    r2302 r2304  
    18751875    {
    18761876        Geometry *ret = g->getCentroid();
    1877         if (0 != ret)
     1877        if (0 == ret)
    18781878        {
    18791879            const GeometryFactory *gf = handle->geomFactory;
Note: See TracChangeset for help on using the changeset viewer.