openbsd-ports/cad/kicad/patches/patch-pcbnew_class_pad_cpp
steven 0257651948 update to kicad-2007-01-15
also tested by simon@ and Benoit Lecocq <blq at arcane-labs.net>
2007-02-06 07:16:34 +00:00

14 lines
404 B
Plaintext

$OpenBSD: patch-pcbnew_class_pad_cpp,v 1.2 2007/02/06 07:16:34 steven Exp $
--- pcbnew/class_pad.cpp.orig Sat Feb 3 10:03:16 2007
+++ pcbnew/class_pad.cpp Sat Feb 3 10:03:19 2007
@@ -509,7 +509,8 @@ $EndPAD
{
char Line[1024], BufLine[1024], BufCar[256];
char * PtLine;
-int nn, ll, dx, dy, drill_shape;
+int nn, ll, dx, dy;
+char drill_shape;
while( GetLine(File, Line, LineNum ) != NULL )
{