Opened 19 years ago

Closed 17 years ago

#1316 closed defect (fixed)

Error in writing style->width in writeStyle()

Reported by: dmorissette Owned by: sdlime
Priority: high Milestone: 5.0 release
Component: MapServer C Library Version: 4.5
Severity: normal Keywords:
Cc:

Description (last modified by sdlime)

Steve,

While fixing another issue in writeStyle() (mapfile.c), I noticed the following
line that was added by you:

  if(style->width > 1) fprintf(stream, "        SIZE %d\n", style->width);

Is this a typo? I presume it should write out "WIDTH %d" and not SIZE, right?

Change History (2)

comment:1 by dmorissette, 19 years ago

Milestone: 4.6 release

comment:2 by sdlime, 17 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Apparently fixed long ago... Steve

Note: See TracTickets for help on using tickets.