Skip to content

Commit ea846db

Browse files
committed
fixes PT.isMatch
1 parent b807960 commit ea846db

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
145 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/src/javajs/util/PT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,7 @@ else if (isStar1)
827827
int nq = 4;
828828
while (nq < sLen) {
829829
qqqq += qqqq;
830-
nq += 4;
830+
nq *= 2;
831831
}
832832
if (checkStar) {
833833
if (isStar0) {

0 commit comments

Comments
 (0)