updated to the current pikotools api from branch api2021
This commit is contained in:
@@ -143,7 +143,7 @@ bool ExportInfo::SkipDir(long dir_id, std::wstring & dir)
|
||||
{
|
||||
if( system->dirs.MakePath(dir_id, tmp_dir) )
|
||||
{
|
||||
if( !tmp_dir.empty() && PT::IsSubString(tmp_dir, dir) )
|
||||
if( !tmp_dir.empty() && PT::is_substr(tmp_dir, dir) )
|
||||
{
|
||||
// tmp_dir has a slash at the end
|
||||
// we want the slash at the beginning
|
||||
|
Reference in New Issue
Block a user