Index: trunk/src_plugins/io_bxl/read.c =================================================================== --- trunk/src_plugins/io_bxl/read.c (revision 30621) +++ trunk/src_plugins/io_bxl/read.c (revision 30622) @@ -416,7 +416,7 @@ { /* count number of not-on-the-same-line vertices to make sure there's more than 2*/ pcb_vnode_t *cur; - int r; + int r = 0; cur = contour->head; do {