Index: src_plugins/io_pads/read_high.c =================================================================== --- src_plugins/io_pads/read_high.c (revision 34636) +++ src_plugins/io_pads/read_high.c (revision 34637) @@ -552,7 +552,7 @@ rnd_trace(" pstk_proto: %s drill=%mm [%ld..%ld] pr=%p ts=%p\n", name, drill, start, end, proto, ts); - for(sn = 0; n < num_lines; n++) { + for(n = sn = 0; n < num_lines; n++) { double rot = 0, slotrot = 0, spokerot = 0; char plated[8]; int c, is_thermal;