Opened 15 years ago

Closed 15 years ago

#2998 closed defect (fixed)

mapquery.c have many bugs for lp->status == ?

Reported by: linuxsch Owned by: sdlime
Priority: normal Milestone: 5.4.1 release
Component: MapServer C Library Version: 5.4
Severity: normal Keywords:
Cc:

Description

mapquery.c

if(lp->status == MS_LAYER_POINT
lp->status == MS_LAYER_LINE)

should be

if(lp->type == MS_LAYER_POINT
lp->type == MS_LAYER_LINE)

Change History (1)

comment:1 by sdlime, 15 years ago

Milestone: 5.4.1 release
Resolution: fixed
Status: newclosed

Glad I didn't write that code, silly mistake. Fixed in trunk (r8999) and 5.4 (r9000).

Steve

Note: See TracTickets for help on using tickets.