Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > bd31c663bc5375c213ccfc007340b425 > files > 9

kicad-2012.01.19-1.rev3256.fc15.src.rpm

--- pcbnew/class_board.cpp.orig	2012-01-22 17:23:38.000000000 +0100
+++ pcbnew/class_board.cpp	2012-01-27 18:49:34.000000000 +0100
@@ -1684,8 +1684,6 @@
     int idxmax = aPadList.size()-1;
 
     int delta = aPadList.size();
-    if( delta & 1 && delta > 1 )
-        delta += 1;
 
     int idx = 0;        // Starting index is the beginning of list
     while( delta )