From 74b7273da611351df74f7a0fbcc97cfdf10be114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Mon, 28 Nov 2016 05:45:43 +0100 Subject: [PATCH] abs adresses fix --- .../src/com/jpexs/decompiler/flash/iggy/IggyFont.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java index d209c2947..ae9ae38b6 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/iggy/IggyFont.java @@ -194,9 +194,9 @@ public class IggyFont extends IggyTag { start_of_char_struct = s.readUI64(); long abs_start_of_char_struct = makeAbsOffset(s, start_of_char_struct); start_of_char_index = s.readUI64(); - long abs_start_of_char_index = makeAbsOffset(s, start_of_char_struct); + long abs_start_of_char_index = makeAbsOffset(s, start_of_char_index); start_of_scale = s.readUI64(); - long abs_start_of_scale = makeAbsOffset(s, start_of_char_struct); + long abs_start_of_scale = makeAbsOffset(s, start_of_scale); kern_count = s.readUI32(); unk_float = new float[5];