Skip to content

Commit 422d81f

Browse files
committed
Amended DataFileCount() to account for new index entry size
1 parent 1198bf9 commit 422d81f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Stacker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public int DataFileCount()
2929
foreach (string indexFile in indexFiles)
3030
totalSize += (int)(new FileInfo(indexFile).Length);
3131

32-
return totalSize / 20;
32+
return totalSize / 24;
3333
}
3434

3535
/// <summary>

0 commit comments

Comments
 (0)