Index: order.c =================================================================== --- order.c (revision 30902) +++ order.c (revision 30903) @@ -72,7 +72,7 @@ return 0; } - pcb_message(PCB_MSG_ERROR, "CLI version of OrderPCB() not yet implemented\n"); + rnd_message(PCB_MSG_ERROR, "CLI version of OrderPCB() not yet implemented\n"); RND_ACT_IRES(-1); return 0; } @@ -116,7 +116,7 @@ } } -static void autoload_field_crd(order_ctx_t *octx, pcb_order_field_t *f, pcb_coord_t c) +static void autoload_field_crd(order_ctx_t *octx, pcb_order_field_t *f, rnd_coord_t c) { switch(f->type) { case PCB_HATT_INTEGER: f->val.lng = c; break; Index: order_dlg.c =================================================================== --- order_dlg.c (revision 30902) +++ order_dlg.c (revision 30903) @@ -17,7 +17,7 @@ return -1; /* do not open another */ if (pcb_order_imps.used == 0) { - pcb_message(PCB_MSG_ERROR, "OrderPCB(): there are no ordering plugins compiled/loaded\n"); + rnd_message(PCB_MSG_ERROR, "OrderPCB(): there are no ordering plugins compiled/loaded\n"); return -1; }