Commit dcc3463b authored by faa's avatar faa

cvpcb: minor bug russian GOST

parent 4537ac8c
......@@ -253,7 +253,7 @@ int WinEDA_CvpcbFrame::ReadSchematicNetlist()
for( ; ; i++ )
{
#if defined(KICAD_GOST)
if( Line[i] == ' ' )
if( (Line[i] == ' ') || (Line[i] == '\n') )
#else
if( Line[i] <= ' ' )
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment