[postgis-tickets] [PostGIS] #4154: duplicate strcmp() in lwgeom_geos.c

PostGIS trac at osgeo.org
Sun Aug 19 18:50:00 PDT 2018


#4154: duplicate strcmp() in lwgeom_geos.c
-------------------------+---------------------------
 Reporter:  jburgess777  |      Owner:  pramsey
     Type:  defect       |     Status:  new
 Priority:  low          |  Milestone:  PostGIS 2.5.0
Component:  postgis      |    Version:  trunk
 Keywords:               |
-------------------------+---------------------------
 r16380 added a duplicate strcmp() into lwgeom_geos.c

 {{{
 938    else if ( !strcmp(key, "side") ||
 939              !strcmp(key, "side") )
 940
 }}}

 Probably a copy-paste error from the preceding case which handled two
 spellings of: miter_limit / mitre_limit.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4154>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list