Index: trunk/src_plugins/lib_netmap/map_2nets_map.c =================================================================== --- trunk/src_plugins/lib_netmap/map_2nets_map.c (revision 35117) +++ trunk/src_plugins/lib_netmap/map_2nets_map.c (revision 35118) @@ -228,7 +228,7 @@ tmp->o.line.Point2.X = npx; tmp->o.line.Point2.Y = npy; tmp->o.line.Thickness = th; tmp->o.line.Clearance = cl; tmp->x = npx; tmp->y = npy; - vtp0_insert_len(&oseg->objs, n, &tmp, 1); + vtp0_insert_len(&oseg->objs, n, (void **)&tmp, 1); n++; }