Revert "Fix build error"

This reverts commit 19e4c3f498b8b66eacd2b651a570f0f137a8b6b2.
This commit is contained in:
Seth Hillbrand 2025-08-26 22:07:26 -07:00
parent 19e4c3f498
commit 8bd6da3ec9

View File

@ -529,7 +529,7 @@ void NETLIST_EXPORTER_SPICE::readModel( const std::vector<SCH_FIELD>& aFields, S
wxFileName cacheFn;
cacheFn.AssignDir( PATHS::GetUserCachePath() );
cacheFn.AppendDir( wxT( "ibis" ) );
cacheFn.SetFullName( aItem.refName + ".cache" );
cacheFn.SetFullName( aItem.refName + wxT( ".cache" ) );
wxFile cacheFile( cacheFn.GetFullPath(), wxFile::write );