Index: insert.c =================================================================== --- insert.c (revision 5009) +++ insert.c (revision 5010) @@ -74,7 +74,7 @@ ctx.insert.forcible = Force; /* the operation insert the points to the undo-list */ - ptr = ObjectOperation(&InsertFunctions, &ctx, Type, Ptr1, Ptr2, Ptr3); + ptr = pcb_object_operation(&InsertFunctions, &ctx, Type, Ptr1, Ptr2, Ptr3); if (ptr != NULL) IncrementUndoSerialNumber(); return (ptr);