Browse Source

PR feedback

pull/2373/head
vitek-karas 5 years ago
parent
commit
6f9ebc5047
  1. 1
      ILSpy/LoadedPackage.cs

1
ILSpy/LoadedPackage.cs

@ -213,6 +213,7 @@ namespace ICSharpCode.ILSpy
throw new InvalidDataException($"Corrupted single-file entry '${entry.RelativePath}'. Declared decompressed size '${entry.Size}' is not the same as actual decompressed size '${decompressedStream.Length}'."); throw new InvalidDataException($"Corrupted single-file entry '${entry.RelativePath}'. Declared decompressed size '${entry.Size}' is not the same as actual decompressed size '${decompressedStream.Length}'.");
} }
decompressedStream.Seek(0, SeekOrigin.Begin);
return decompressedStream; return decompressedStream;
} }
} }

Loading…
Cancel
Save