4.36 beta

This commit is contained in:
Igor Pavlov
2006-03-12 00:00:00 +00:00
committed by Kornel Lesiński
parent 191cf6781a
commit 8304895f29
37 changed files with 2120 additions and 25 deletions

View File

@@ -100,7 +100,10 @@ STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outStream, UInt32 numIt
updateItem.Name += '/';
if(!FileTimeToUnixTime(utcTime, updateItem.Time))
return E_INVALIDARG;
{
updateItem.Time = 0;
// return E_INVALIDARG;
}
}
if (IntToBool(newData))
{