save guid as string

This commit is contained in:
Chris Danford
2004-04-18 05:46:43 +00:00
parent dfba0c0c46
commit ad9e710766
5 changed files with 22 additions and 33 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ void ScreenAward::Input( const DeviceInput& DeviceI, const InputEventType type,
screenshot.sFileName = sFileName;
screenshot.sMD5 = CRYPTMAN->GetMD5( sPath );
screenshot.time = time(NULL);
screenshot.iMachineGuid = PROFILEMAN->GetMachineProfile()->m_iGuid;
screenshot.sMachineGuid = PROFILEMAN->GetMachineProfile()->m_sGuid;
pProfile->AddScreenshot( screenshot );
}