Skip to content

Commit

Permalink
Fixed GSPalConv
Browse files Browse the repository at this point in the history
Forgot to seek if a custom offset is given.
  • Loading branch information
Techokami committed Sep 1, 2016
1 parent a57e0dc commit 07caf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GSPalConv.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ static void Main(string[] args)
return;
}

br.ReadBytes(offset);

//create the output file
try
{
Expand Down
Binary file modified GSPalConv.exe
Binary file not shown.

0 comments on commit 07caf7f

Please sign in to comment.