Re: [Kicad-developers] PATCH: minor bug fix in IDF parser

2016-01-11 Thread Chris Pavlina
Committed in 6452. Thank you. On Tue, Jan 12, 2016 at 02:58:53PM +1100, Cirilo Bernardo wrote: > The attached patch fixes a logic defect in the IDF parser in which a valid > IDF component outline is rejected if the .END_ELECTRICAL (or > .END_MECHANICAL) statement was followed by an end-of-file rat

[Kicad-developers] PATCH: minor bug fix in IDF parser

2016-01-11 Thread Cirilo Bernardo
The attached patch fixes a logic defect in the IDF parser in which a valid IDF component outline is rejected if the .END_ELECTRICAL (or .END_MECHANICAL) statement was followed by an end-of-file rather than an end-of-line. === modified file 'utils/idftools/idf_outlines.cpp' --- utils/idftools/idf_ou