Opened 18 years ago

Closed 18 years ago

#1755 closed defect (fixed)

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

comment:1 by sdlime, 18 years ago

Resolution: fixed
Status: newclosed
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.