Fix botched commit

(cherry picked from commit ba276fe470)
This commit is contained in:
Seth Hillbrand 2022-05-02 16:28:39 -07:00
parent 2ace8976d5
commit a56955443f
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,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;
}
}