Ticket #2465: svn.diff
| File svn.diff, 0.7 kB (added by aalbarello, 11 months ago) |
|---|
-
mapcopy.c
old new 255 255 MS_COPYSTRING(dst->bindings[i].item, src->bindings[i].item); 256 256 dst->bindings[i].index = src->bindings[i].index; /* no way to use the macros */ 257 257 } 258 MS_COPYSTELEM(numbindings); 258 259 259 260 MS_COPYSTRING(dst->font, src->font); 260 261 MS_COPYSTELEM(type); … … 355 356 MS_COPYSTRING(dst->bindings[i].item, src->bindings[i].item); 356 357 dst->bindings[i].index = src->bindings[i].index; /* no way to use the macros */ 357 358 } 359 MS_COPYSTELEM(numbindings); 358 360 359 361 MS_COPYCOLOR(&(dst->color), &(src->color)); 360 362 MS_COPYCOLOR(&(dst->outlinecolor),&(src->outlinecolor));
