cvpcb: minor bug russian GOST

This commit is contained in:
faa 2009-09-21 12:30:00 +00:00
parent 4537ac8c99
commit dcc3463bf1
1 changed files with 1 additions and 1 deletions

View File

@ -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