Fix botched commit

This commit is contained in:
Seth Hillbrand 2022-05-02 16:28:39 -07:00
parent 4d47857738
commit ba276fe470
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ bool NETLIST_EXPORTER_PSPICE::WriteNetlist( const wxString& aOutFileName, unsign
{
wxString msg;
msg.Printf( _( "Failed to create file '%s'." ), aOutFileName );
DisplayError( m_schematic, msg );
DisplayError( nullptr, msg );
return false;
}
}