Index: dsn.c =================================================================== --- dsn.c (revision 4861) +++ dsn.c (revision 4862) @@ -118,7 +118,7 @@ lineclear = PCB->RouteStyle.array[0].Clearance * 2; fp = fopen(fname, "r"); if (!fp) { - Message(PCB_MSG_ERROR, "Can't load dsn file %s for read\n", fname); + pcb_message(PCB_MSG_ERROR, "Can't load dsn file %s for read\n", fname); return 1; } while (fgets(str, sizeof(str), fp) != NULL) {