Index: pstk_help.c =================================================================== --- pstk_help.c (revision 30827) +++ pstk_help.c (revision 30828) @@ -94,7 +94,7 @@ proto.hplated = plated; 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)); + pcb_pstk_t *ps = pcb_pstk_new(data, -1, pid, cx, cy, 0, pcb_flag_make(PCB_FLAG_CLEARLINE | PCB_FLAG_FOUND)); vtp0_append(objs, ps); if (term != NULL) pcb_attribute_put(&ps->Attributes, "term", term);