simplify: GetHashForFile is just a wrapper for FILEMAN->GetFileHash; hash values are passed directly from the driver
This commit is contained in:
@@ -717,7 +717,7 @@ void FlushDirCache()
|
|||||||
|
|
||||||
unsigned int GetHashForFile( const CString &sPath )
|
unsigned int GetHashForFile( const CString &sPath )
|
||||||
{
|
{
|
||||||
return GetHashForString( sPath ) + FILEMAN->GetFileHash( sPath );
|
return FILEMAN->GetFileHash( sPath );
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int GetHashForDirectory( const CString &sDir )
|
unsigned int GetHashForDirectory( const CString &sDir )
|
||||||
|
|||||||
Reference in New Issue
Block a user