Commit 5177d1a7 authored by dickelbeck's avatar dickelbeck

more zone preps

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