Index: read.c =================================================================== --- read.c (revision 28677) +++ read.c (revision 28678) @@ -940,7 +940,7 @@ const char *name, *shape; pcb_pstk_compshape_t cshp = PCB_PSTK_COMPAT_INVALID; pcb_data_t *data; - eagle_pstk_shape_t sh; + eagle_pstk_shape_t sh = EAGLE_PSH_ROUND; /* if nothing is said, round is used by eagle */ int roundness = 0; int rot = 0, onbottom = 0, plated = 1;