Index: bboard.c =================================================================== --- bboard.c (revision 4861) +++ bboard.c (revision 4862) @@ -294,7 +294,7 @@ else { if ((color[0] != '#') || sscanf(&(color[1]), "%02x%02x%02x", &r, &g, &b) != 3) { - Message(PCB_MSG_ERROR, "BBExport: Invalid background color \"%s\"", color); + pcb_message(PCB_MSG_ERROR, "BBExport: Invalid background color \"%s\"", color); r = g = b = 0xff; }