Index: insert.c =================================================================== --- insert.c (revision 5021) +++ insert.c (revision 5022) @@ -76,7 +76,7 @@ /* the operation insert the points to the undo-list */ ptr = pcb_object_operation(&InsertFunctions, &ctx, Type, Ptr1, Ptr2, Ptr3); if (ptr != NULL) - IncrementUndoSerialNumber(); + pcb_undo_inc_serial(); return (ptr); }