Update tests/SharpCompress.Test/Zip/Zip64VersionConsistencyTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
cc10a12fbc
commit
04c044cb2b
1 changed files with 0 additions and 1 deletions
|
|
@ -334,7 +334,6 @@ public class Zip64VersionConsistencyTests : WriterTests
|
|||
|
||||
// Skip compressed data by reading compressed size from extra field if zip64
|
||||
// For simplicity in this test, we'll just find the next signature
|
||||
var searchBuffer = new byte[8192];
|
||||
var found = false;
|
||||
|
||||
while (fs.Position < fs.Length - 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue