We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24aed0b commit 3d50d22Copy full SHA for 3d50d22
1 file changed
jssrc/loader.js
@@ -255,7 +255,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
255
});
256
257
return tableOffsetLoader.start().then(function(data) {
258
- _this.fileTableOffset = new DataView(data.slice(data.byteLength-4,data.byteLength)).getUint32(0, true);
+ _this.fileTableOffset = new DataView(data).getUint32(0, true);
259
var fileTableLoader = new JPAK.Tools.DataLoader({
260
url: _this.jpakfile,
261
partial: true,
0 commit comments