Index: obj_common.c =================================================================== --- obj_common.c (revision 4861) +++ obj_common.c (revision 4862) @@ -55,7 +55,7 @@ case PCB_TYPE_LINE_POINT: return (pcb_box_t *) Ptr3; default: - Message(PCB_MSG_DEFAULT, "Request for bounding box of unsupported type %d\n", Type); + pcb_message(PCB_MSG_DEFAULT, "Request for bounding box of unsupported type %d\n", Type); return (pcb_box_t *) Ptr2; } }