From dbc72cb4c221394ff3014ee76b4e47d55ed10adf Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 29 Aug 2021 22:39:34 -0700 Subject: [PATCH] Fix typo in Wise Installer --- BurnOutSharp/PackerType/WiseInstaller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BurnOutSharp/PackerType/WiseInstaller.cs b/BurnOutSharp/PackerType/WiseInstaller.cs index 6e556d2f..1a60fdfc 100644 --- a/BurnOutSharp/PackerType/WiseInstaller.cs +++ b/BurnOutSharp/PackerType/WiseInstaller.cs @@ -61,7 +61,7 @@ namespace BurnOutSharp.PackerType if (rdataSection != null) { int sectionAddr = (int)rdataSection.PointerToRawData; - int sectionEnd = sectionAddr + (int)dataSection.VirtualSize; + int sectionEnd = sectionAddr + (int)rdataSection.VirtualSize; var matchers = new List { // WiseMain