more zone preps

This commit is contained in:
dickelbeck 2007-10-31 06:47:41 +00:00
parent f353c77cdc
commit 5177d1a700
1 changed files with 2 additions and 0 deletions

View File

@ -631,6 +631,7 @@ bool BOARD::Save( FILE* aFile ) const
fprintf( aFile, "$EndZONE\n" );
// save the zone edges
/*
if( m_CurrentLimitZone )
{
fprintf( aFile, "$ZONE_EDGE\n" );
@ -639,6 +640,7 @@ bool BOARD::Save( FILE* aFile ) const
goto out;
fprintf( aFile, "$EndZONE_EDGE\n" );
}
*/
if( fprintf( aFile, "$EndBOARD\n" ) != sizeof("$EndBOARD\n")-1 )
goto out;