This commit is contained in:
Igor Pavlov
2022-06-23 11:43:16 +01:00
committed by Kornel
parent c3529a41f5
commit ec44a8a070
1248 changed files with 15242 additions and 2443 deletions

6
CPP/7zip/Archive/RpmHandler.cpp Normal file → Executable file
View File

@@ -215,11 +215,7 @@ class CHandler: public CHandlerCont
void SetTime(NCOM::CPropVariant &prop) const
{
if (_time_Defined && _buildTime != 0)
{
FILETIME ft;
NTime::UnixTimeToFileTime(_buildTime, ft);
prop = ft;
}
PropVariant_SetFrom_UnixTime(prop, _buildTime);
}
void SetStringProp(const AString &s, NCOM::CPropVariant &prop) const