From eaa0157235d6977e6747ae27c2badf0dcdde95fe Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 10 Jan 2015 22:23:20 -0800 Subject: [PATCH] Minor & Useless --- pk3DS/GARCTool.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pk3DS/GARCTool.cs b/pk3DS/GARCTool.cs index eaf940e..53dc38a 100644 --- a/pk3DS/GARCTool.cs +++ b/pk3DS/GARCTool.cs @@ -309,9 +309,8 @@ public static GARC unpackGARC(string path) { uint val = br.ReadUInt32(); if (garc.otaf.padding == 0xffff) - { val = Util.Reverse(val); - } + garc.otaf.entries[i].name = val.ToString(); }