Opened 6 years ago

Closed 6 years ago

#4154 closed defect (fixed)

duplicate strcmp() in lwgeom_geos.c

Reported by: jburgess777 Owned by: pramsey
Priority: low Milestone: PostGIS 2.5.0
Component: postgis Version: master
Keywords: Cc:

Description

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.

Change History (1)

comment:1 by pramsey, 6 years ago

Resolution: fixed
Status: newclosed

In 16702:

Remove duplicate strcmp(), closes #4154

Note: See TracTickets for help on using tickets.