Index: read.c =================================================================== --- read.c (revision 19776) +++ read.c (revision 19777) @@ -131,8 +131,6 @@ { pcb_coord_t res = COORD(ctx, c); if (res == 0) - res = ctx->default_width; - if (res == 0) res = 1; return res; }