FreeCalypso > hg > ueda-linux
changeset 53:0e18818206e5
pads2gpcb/decals.c: silk line extraction appears to work
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 31 Jan 2016 01:39:31 +0000 |
parents | 727d4e56d5c8 |
children | a930e05cf908 |
files | pads2gpcb/decals.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);