Index: src/obj_elem.c =================================================================== --- src/obj_elem.c (revision 6797) +++ src/obj_elem.c (revision 6798) @@ -744,7 +744,7 @@ if (pcb_element_is_empty(Element)) { pcb_message(PCB_MSG_ERROR, "Internal error: can not calculate bounding box of empty element. Please report this bug.\n"); assert(!"empty elem"); - return 0; + return; } /* first update the text objects */