Index: trunk/src_plugins/io_pads/read_high.c =================================================================== --- trunk/src_plugins/io_pads/read_high.c (revision 34562) +++ trunk/src_plugins/io_pads/read_high.c (revision 34563) @@ -1143,7 +1143,7 @@ } TODO("process flags\n"); - TODO("do not ignore the miter flag: 0x0e000\n"); + TODO("do not ignore the miter flag: 0x0e000: requires original powerpcb to check\n"); if (level == 65) level = spc->lastlev; @@ -1255,7 +1255,7 @@ return 1; if (isarc) { - TODO("poly arc"); + TODO("poly arc: requires powerpcb to check"); rnd_trace(" arc %mm;%mm %f..%f\n", x, y, start, end); } else { @@ -1321,10 +1321,10 @@ poty = PADS_POTY_CONTOUR; } else if (strcmp(type, "VOIDOUT") == 0) { - TODO("poly cutout: needs 3rd party test files"); + TODO("poly cutout: needs powerpcb to test"); } else if (strcmp(type, "VIATHERM") == 0) { - TODO("poly via therm: needs 3rd party test files"); + TODO("poly via therm: needs powerpcb to test"); } else PADS_ERROR((RND_MSG_ERROR, "Unhandled pour type: '%s' - please report this bug\n", type));