Index: trunk/src_plugins/query/net_len.h =================================================================== --- trunk/src_plugins/query/net_len.h (revision 34951) +++ trunk/src_plugins/query/net_len.h (revision 34952) @@ -4,8 +4,8 @@ vtp0_t objs; unsigned has_junction:1; unsigned has_nontrace:1; - pcb_any_obj_t *junction1, *junction2; /* object with a junction on it before and after the list */ - rnd_coord_t ex1, ey1, ex2, ey2; /* extend from the first and last object to the junction point */ + pcb_any_obj_t *junction[2]; /* object with a junction on it before and after the list */ + rnd_coord_t ex[2], ey[2]; /* extend from the first and last object to the junction point */ rnd_coord_t len; int num_vias; /* number of functional vias, a.k.a. layer group changes */ } pcb_qry_netseg_len_t;