mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-13 05:35:24 +00:00
Fix writing cabinet file data
This commit is contained in:
@@ -386,7 +386,7 @@ namespace BurnOutSharp.Wrappers
|
||||
|
||||
// Create the output file data
|
||||
byte[] fileData = new byte[file.FileSize];
|
||||
if (fileData.Length < file.FolderStartOffset + file.FileSize)
|
||||
if (folderData.Length < file.FolderStartOffset + file.FileSize)
|
||||
return null;
|
||||
|
||||
// Get the segment that represents this file
|
||||
|
||||
Reference in New Issue
Block a user