]> git.pld-linux.org Git - packages/kicad.git/blob - kicad-2012.01.19-pcb-calculation.rev3328.patch
- up to 20120119 (from FC)
[packages/kicad.git] / kicad-2012.01.19-pcb-calculation.rev3328.patch
1 --- pcbnew/class_board.cpp.orig 2012-01-22 17:23:38.000000000 +0100
2 +++ pcbnew/class_board.cpp      2012-01-27 18:49:34.000000000 +0100
3 @@ -1684,8 +1684,6 @@
4      int idxmax = aPadList.size()-1;
5  
6      int delta = aPadList.size();
7 -    if( delta & 1 && delta > 1 )
8 -        delta += 1;
9  
10      int idx = 0;        // Starting index is the beginning of list
11      while( delta )
This page took 0.269562 seconds and 3 git commands to generate.