diff --git a/BizHawk.Client.Common/7z/ArchiveUpdateCallback.cs b/BizHawk.Client.Common/7z/ArchiveUpdateCallback.cs index ea26b87a5c..c245a233c1 100644 --- a/BizHawk.Client.Common/7z/ArchiveUpdateCallback.cs +++ b/BizHawk.Client.Common/7z/ArchiveUpdateCallback.cs @@ -496,6 +496,11 @@ namespace SevenZip case ItemPropId.Size: #region Size + //zero 11-oct-2014 - this doesnt matter, we think it's only used for updating the progress indicator + value.VarType = VarEnum.VT_UI8; + //value.UInt64Value = unchecked((ulong)-1); + break; + value.VarType = VarEnum.VT_UI8; UInt64 size; if (_updateData.Mode != InternalCompressionMode.Modify)