Profile name cleanup

This commit is contained in:
Chris Danford
2004-02-22 20:58:39 +00:00
parent 1851424be7
commit b002ac820b
5 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -1296,7 +1296,7 @@ void ScreenEvaluation::Input( const DeviceInput& DeviceI, const InputEventType t
screenshot.sFileName = sFileName;
screenshot.sMD5 = CRYPTMAN->GetMD5( sPath );
screenshot.time = time(NULL);
screenshot.sLocation = PREFSMAN->m_sMachineName;
screenshot.sMachineName = PREFSMAN->m_sMachineName;
pProfile->AddScreenshot( screenshot );
}