#3628 closed defect (fixed)
lwgeom_functions_basic.c:2637]: (style) Same expression on both sides of '||'.
Reported by: | dcb | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.3.0 |
Component: | postgis | Version: | 2.2.x |
Keywords: | Cc: |
Description
Source code is
if ( n == 'y' n == 'y' ) return LWORD_Y;
Maybe better code
if ( n == 'y' n == 'Y' ) return LWORD_Y;
Note:
See TracTickets
for help on using tickets.
In 15087: