fix assert when !PREFSMAN->m_bSignProfileData
This commit is contained in:
@@ -1155,7 +1155,7 @@ CString SaveScreenshot( CString sDir, bool bSaveCompressed, bool bMakeSignature
|
|||||||
// thowing out all the cache. -Chris
|
// thowing out all the cache. -Chris
|
||||||
FlushDirCache();
|
FlushDirCache();
|
||||||
|
|
||||||
if( bMakeSignature )
|
if( PREFSMAN->m_bSignProfileData && bMakeSignature )
|
||||||
CryptManager::SignFileToFile( sPath );
|
CryptManager::SignFileToFile( sPath );
|
||||||
|
|
||||||
return sFileName;
|
return sFileName;
|
||||||
|
|||||||
Reference in New Issue
Block a user