Skip to content

Commit 37c7cf0

Browse files
more work
1 parent 86fbfaa commit 37c7cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SabreTools.Serialization/Wrappers/MicrosoftCabinet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ private static CompressionType GetCompressionType(CFFOLDER folder)
318318
GetData(folder);
319319

320320
// Get all files for the folder
321-
var files = GetFiles(folderIndex, skipPrev);
321+
var files = GetFiles(folderIndex);
322322
if (files.Length == 0)
323323
return folder.DataBlocks;
324324

0 commit comments

Comments
 (0)