We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa849bd commit 949a13aCopy full SHA for 949a13a
StructuredStorageExplorer/StreamByteProvider.cs
@@ -39,7 +39,7 @@ public void CopyFrom(Stream stream)
39
public void CopyTo(Stream stream)
40
{
41
_stream.Position = 0;
42
- stream.CopyTo(_stream);
+ _stream.CopyTo(stream);
43
}
44
45
void OnChanged(EventArgs e)
0 commit comments