Skip to content

Commit 482af4a

Browse files
authored
typo similar with ffa0574 (#596)
1 parent 2dd9290 commit 482af4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dex-ir/src/main/java/com/googlecode/dex2jar/ir/ts/TypeTransformer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ private static String mergeTypeEx(String a, String b) {
478478
return b;
479479
} else { // as==bs;
480480
String elementTypeA = a.substring(as);
481-
String elementTypeB = a.substring(bs);
481+
String elementTypeB = b.substring(bs);
482482
TypeClass ta = TypeClass.clzOf(elementTypeA);
483483
TypeClass tb = TypeClass.clzOf(elementTypeB);
484484
if (ta.fixed && !tb.fixed) {

0 commit comments

Comments
 (0)