Ticket #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
Note: See
TracTickets for help on using
tickets.
