Fix o_net_consolidate_segments() to consolidate with all joined linesmaster
commit3c71f4997afe221679aecec8fd25a8f2dfd435d8
authorPeter Clifton <pcjc2@cam.ac.uk>
Thu, 6 Jun 2013 23:54:18 +0000 (7 00:54 +0100)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Thu, 6 Jun 2013 23:54:18 +0000 (7 00:54 +0100)
treed6e4b1d85deed37a5203176fbba14953e0abe2c0
parentfde6a1c988b283d464c8af2b15f73993ca35a423
Fix o_net_consolidate_segments() to consolidate with all joined lines

Previous behaviour was to return after consolidating with the first
appropriate line found. We now copy the connection list before starting
(as each consolidation will alter the list we're itterating over), and
only exit once we've examined the whole list.
libgeda/src/o_net_basic.c