Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SlowpokeVG committed Feb 20, 2019
1 parent 8056b3a commit 6ed1cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PARC Archive Importer/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ private void buttonInportFiles_Click(object sender, EventArgs e)
byte[] ChangedHeaderImport(int differencewd, int filenumber, byte[] headerwd, long injectedfilesize)
{
//change overall size
if (ParseOffset(InterOpenedArchive, 12) != 0)
if (ParseOffset(headerwd, 12) != 0)
ChngInArray(4, 12, ReturnToSender((ParseOffset(headerwd, 12) + differencewd).ToString("X")), headerwd);

//change startpoints for files after this one
Expand Down

0 comments on commit 6ed1cb3

Please sign in to comment.