X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Mon, 21 Nov 2016 14:24:56 +0100 (CET) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: [geda-user] pcb-rnd news, pcb mainline bugreport Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Reply-To: geda-user AT delorie DOT com Hi all, I finished a new major feature in pcb-rnd today: route styles can have custom attributes, and objects drawn with a routing style inherit the style's attributes so that they can be searched/selected later with the advanced search we already have. While doing this, I figured the attribute deletion code is broken in mainline. AttributeRemoveFromList(), j-loop should go until list->Number-1 instead of list->Number-i as it needs to shift all remaining items. Regards, Igor2