Index: read.c =================================================================== --- read.c (revision 29715) +++ read.c (revision 29716) @@ -1177,7 +1177,7 @@ pcb_attribute_put(&ps->Attributes, "name", Name); if (subc_on_bottom) - pcb_pstk_mirror(ps, PCB_PSTK_DONT_MIRROR_COORDS, 1, 0); + pcb_pstk_mirror(ps, PCB_PSTK_DONT_MIRROR_COORDS, 1, 0, 0); return err; } @@ -1219,7 +1219,7 @@ pcb_attribute_put(&p->Attributes, "name", Name); if (subc_on_bottom) - pcb_pstk_mirror(p, PCB_PSTK_DONT_MIRROR_COORDS, 1, 0); + pcb_pstk_mirror(p, PCB_PSTK_DONT_MIRROR_COORDS, 1, 0, 0); pcb_attrib_compat_set_intconn(&p->Attributes, intconn); parse_attributes(&p->Attributes, lht_dom_hash_get(obj, "attributes"));