Ticket #2465: svn.diff

File svn.diff, 0.7 kB (added by aalbarello, 11 months ago)
  • mapcopy.c

    old new  
    255255    MS_COPYSTRING(dst->bindings[i].item, src->bindings[i].item); 
    256256    dst->bindings[i].index = src->bindings[i].index; /* no way to use the macros */ 
    257257  } 
     258  MS_COPYSTELEM(numbindings); 
    258259 
    259260    MS_COPYSTRING(dst->font, src->font); 
    260261    MS_COPYSTELEM(type); 
     
    355356    MS_COPYSTRING(dst->bindings[i].item, src->bindings[i].item); 
    356357    dst->bindings[i].index = src->bindings[i].index; /* no way to use the macros */ 
    357358  } 
     359  MS_COPYSTELEM(numbindings); 
    358360 
    359361    MS_COPYCOLOR(&(dst->color), &(src->color)); 
    360362    MS_COPYCOLOR(&(dst->outlinecolor),&(src->outlinecolor));