Index: read.c =================================================================== --- read.c (revision 21630) +++ read.c (revision 21631) @@ -708,8 +708,7 @@ if (curve) { pcb_message(PCB_MSG_ERROR, "Curved wire not yet handled in eagle_read_wire()\n"); } - if (linetype > 0) { - /* using circle routine to process post_processed binary wire type > 0 */ + if (linetype > 0) { /* only occurs if loading eagle binary wire type != 0 */ return eagle_read_circle(st, subtree, obj, type); }