Index: pstk_help.c =================================================================== --- pstk_help.c (revision 30050) +++ pstk_help.c (revision 30051) @@ -92,7 +92,7 @@ pcb_cardinal_t pid; if (plated != -1) proto.hplated = plated; - pid = pcb_pstk_proto_insert_or_free(data, &proto, quiet); + pid = pcb_pstk_proto_insert_or_free(data, &proto, quiet, 0); if (pid != PCB_PADSTACK_INVALID) { pcb_pstk_t *ps = pcb_pstk_new(data, -1, pid, 0, 0, 0, pcb_flag_make(PCB_FLAG_CLEARLINE | PCB_FLAG_FOUND)); vtp0_append(objs, ps);