mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
Revert "Fix build error"
This reverts commit 19e4c3f498b8b66eacd2b651a570f0f137a8b6b2.
This commit is contained in:
parent
19e4c3f498
commit
8bd6da3ec9
@ -529,7 +529,7 @@ void NETLIST_EXPORTER_SPICE::readModel( const std::vector<SCH_FIELD>& aFields, S
|
|||||||
wxFileName cacheFn;
|
wxFileName cacheFn;
|
||||||
cacheFn.AssignDir( PATHS::GetUserCachePath() );
|
cacheFn.AssignDir( PATHS::GetUserCachePath() );
|
||||||
cacheFn.AppendDir( wxT( "ibis" ) );
|
cacheFn.AppendDir( wxT( "ibis" ) );
|
||||||
cacheFn.SetFullName( aItem.refName + ".cache" );
|
cacheFn.SetFullName( aItem.refName + wxT( ".cache" ) );
|
||||||
|
|
||||||
wxFile cacheFile( cacheFn.GetFullPath(), wxFile::write );
|
wxFile cacheFile( cacheFn.GetFullPath(), wxFile::write );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user