X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 22 Jun 2016 05:34:57 +0200 (CEST) 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] potential pcb bug: autorouter route style indexing typo 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, this morning I stubmled into this: autoroute.c:5176 (snapshot 20140316) attempts to check whether all route styles are valid, but it always checks route style [1] (the second route style) for ring and drill sizes. I think it's a typo: [1] should be [i]; there's no reason to check the same diameter NUM_STYLES time and it sounds reasonmable to check the dia of each route style. Regards, Igor2