Skip to content

Commit d77567e

Browse files
committed
RECS0117: Local variable 'entryCount' hides field 'entryCount'
[ci skip]
1 parent 5a2b500 commit d77567e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ICSharpCode.SharpZipLib.Tests/Tar/TarTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ public void ValuesPreserved()
426426
modTime.Hour, modTime.Minute, modTime.Second);
427427
Assert.AreEqual(truncatedTime, nextEntry.ModTime, "Modtimes should match");
428428

429-
int entryCount = 0;
429+
entryCount = 0;
430430
while ( nextEntry != null )
431431
{
432432
++entryCount;

0 commit comments

Comments
 (0)