fix assert when !PREFSMAN->m_bSignProfileData

This commit is contained in:
Glenn Maynard
2004-02-22 04:48:39 +00:00
parent 6ad0103404
commit 0fb39e11e0
+1 -1
View File
@@ -1155,7 +1155,7 @@ CString SaveScreenshot( CString sDir, bool bSaveCompressed, bool bMakeSignature
// thowing out all the cache. -Chris
FlushDirCache();
if( bMakeSignature )
if( PREFSMAN->m_bSignProfileData && bMakeSignature )
CryptManager::SignFileToFile( sPath );
return sFileName;