# HG changeset patch # User Mychaela Falconia # Date 1454204371 0 # Node ID 0e18818206e57375f3c7007b37ad6d25d4974fa1 # Parent 727d4e56d5c83f409582d4a7f4555c3a2098ca74 pads2gpcb/decals.c: silk line extraction appears to work diff -r 727d4e56d5c8 -r 0e18818206e5 pads2gpcb/decals.c --- a/pads2gpcb/decals.c Sun Jan 31 01:26:11 2016 +0000 +++ b/pads2gpcb/decals.c Sun Jan 31 01:39:31 2016 +0000 @@ -87,6 +87,7 @@ bad = 0; for (i = 0; i < ncoord; i++) { get_line_internal(); + parse_input_line_fields(); if (input_line_nfields != 2) { printf("line %d: silk line coord not 2 numbers\n", input_lineno);