Ticket #1755 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

sizeitem syntax bug in map->save

Reported by: thomas.bonfort@… Owned by: sdlime
Priority: high Milestone:
Component: MapServer C Library Version: 4.8
Severity: normal Keywords:
Cc:

Description

missing quotes around the sizeitem in mapfile.c

Index: mapfile.c
===================================================================
RCS file: /data2/cvsroot/mapserver/mapfile.c,v
retrieving revision 1.320
diff -r1.320 mapfile.c
1921c1921
<   if(style->sizeitem) fprintf(stream, "        SIZEITEM %s\n", style->sizeitem);
---
>   if(style->sizeitem) fprintf(stream, "        SIZEITEM \"%s\"\n",
style->sizeitem);

Change History

Changed 7 years ago by sdlime

  • status changed from new to closed
  • resolution set to fixed
Fixed all the string output in writeStyle to use quotes in both CVS HEAD and 4.8...

Steve
Note: See TracTickets for help on using tickets.