Index: jostle.c =================================================================== --- jostle.c (revision 4861) +++ jostle.c (revision 4862) @@ -226,7 +226,7 @@ minmax = 1; break; default: - Message(PCB_MSG_ERROR, "jostle: aiee, what side?"); + pcb_message(PCB_MSG_ERROR, "jostle: aiee, what side?"); return; } v = &a->contours->head; @@ -505,7 +505,7 @@ pcb_bool succ; value = GetValue(ARG(0), ARG(1), &rel, &succ); if (!succ) { - Message(PCB_MSG_ERROR, "Failed to convert size\n"); + pcb_message(PCB_MSG_ERROR, "Failed to convert size\n"); return -1; } }