Index: obj_arc.c =================================================================== --- obj_arc.c (revision 30954) +++ obj_arc.c (revision 30955) @@ -458,7 +458,7 @@ if ((dstly == NULL) || (dstly == srcly)) { /* auto layer in dst */ pcb_layer_id_t lid = pcb_layer_id(ctx->buffer.src, srcly); if (lid < 0) { - rnd_message(PCB_MSG_ERROR, "Internal error: can't resolve source layer ID in pcb_arcop_move_buffer\n"); + rnd_message(RND_MSG_ERROR, "Internal error: can't resolve source layer ID in pcb_arcop_move_buffer\n"); return NULL; } dstly = &ctx->buffer.dst->Layer[lid]; @@ -719,7 +719,7 @@ pcb_arc_t *newone; if (PCB_FLAG_TEST(PCB_FLAG_LOCK, Arc)) { - rnd_message(PCB_MSG_WARNING, "Sorry, arc object is locked\n"); + rnd_message(RND_MSG_WARNING, "Sorry, arc object is locked\n"); return NULL; } if (ctx->move.dst_layer == Layer && Layer->meta.real.vis)