Fix compile error.

This commit is contained in:
Jeff Young 2022-10-25 13:29:38 +01:00
parent 5fe5534822
commit 5f3d440ce3
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ std::string SPICE_GENERATOR_KIBIS::IbisDevice( const SPICE_ITEM& aItem, const st
if( !libPath.IsAbsolute() )
libPath.MakeAbsolute( aCwd );
KIBIS kibis( std::string( libPath.GetAbsolutePath().c_str() ) );
KIBIS kibis( std::string( libPath.GetFullPath().c_str() ) );
kibis.m_cacheDir = aCacheDir;
if( !kibis.m_valid )