mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 09:10:00 -06:00
17.00
This commit is contained in:
@@ -1828,7 +1828,7 @@ STDMETHODIMP CHandler::UpdateItems(ISequentialOutStream *outSeqStream, UInt32 nu
|
||||
curPos += kStreamInfoSize;
|
||||
}
|
||||
|
||||
AString xml = "<WIM>";
|
||||
AString xml ("<WIM>");
|
||||
AddTagUInt64_ToString(xml, "TOTALBYTES", curPos);
|
||||
for (i = 0; i < trees.Size(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user