cvpcb: russian GOST windows bug fix

This commit is contained in:
faa 2009-10-05 05:04:28 +00:00
parent ce4d22f024
commit f765a408ea
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ int WinEDA_CvpcbFrame::ReadSchematicNetlist()
for( ; ; i++ ) for( ; ; i++ )
{ {
#if defined(KICAD_GOST) #if defined(KICAD_GOST)
if( (Line[i] == ' ') || (Line[i] == '\n') ) if( (Line[i] == ' ') || (Line[i] == '\n') || (Line[i] == '\r') )
#else #else
if( Line[i] <= ' ' ) if( Line[i] <= ' ' )
#endif #endif