Index: src_plugins/io_pads/read_high.c =================================================================== --- src_plugins/io_pads/read_high.c (revision 33754) +++ src_plugins/io_pads/read_high.c (revision 33755) @@ -293,6 +293,8 @@ if ((res = pads_read_coord(rctx, &h)) <= 0) return res; if ((res = pads_read_coord(rctx, &w)) <= 0) return res; +TODO("w is really thickness"); + /* next field is either mirror (M or N) or hjust */ if ((res = pads_read_word(rctx, hjust, sizeof(hjust), 0)) <= 0) return res; if (*hjust == 'N') {