Fix truncating files in APS GBA
This commit is contained in:
parent
a3aa25f22d
commit
4233e41bbf
1 changed files with 2 additions and 2 deletions
|
@ -152,9 +152,9 @@ public class APS_GBA extends Patch {
|
|||
}
|
||||
|
||||
if(isOriginal) {
|
||||
Utils.truncateFile(outputFile, fileSize1);
|
||||
} else {
|
||||
Utils.truncateFile(outputFile, fileSize2);
|
||||
} else {
|
||||
Utils.truncateFile(outputFile, fileSize1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue