fix typo in commit f16239d
This commit is contained in:
parent
f16239d326
commit
7869ac7e67
|
@ -100,7 +100,7 @@ BOARD* PCB_TEST_FRAME_BASE::LoadAndDisplayBoard( const std::string& filename )
|
|||
}
|
||||
catch( const IO_ERROR& ioe )
|
||||
{
|
||||
wxPrintf( "Board Loading Error: '%s'\n", ioe.Problem().c_str() );
|
||||
wxPrintf( "Board Loading Error: '%s'\n", ioe.Problem() );
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue