Skip to content

Commit

Permalink
Fixed compilation error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jun 29, 2021
1 parent 46a352c commit 99d742f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Magick.NET/Net20/NativeLibraryLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ private static void WriteAssembly(string tempFile)
{
using (var fileStream = File.Open(tempFile, FileMode.CreateNew))
{
compressedStream.CopyTo(fileStream);
StreamHelper.Copy(compressedStream, fileStream);
}
}
}
Expand Down

0 comments on commit 99d742f

Please sign in to comment.