Ticket #2998 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by sdlime

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 5.4.1 release

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.