Opened 19 years ago

Last modified 17 years ago

#1316 closed defect

Error in writing style->width in writeStyle() — at Initial Version

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

Description

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 (0)

Note: See TracTickets for help on using tickets.