mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
Merge branch '2.0-is-prime'
This commit is contained in:
commit
88b34382f9
@ -1315,7 +1315,7 @@ abstract class PHP extends Engine
|
||||
break;
|
||||
}
|
||||
}
|
||||
$s = static::BASE * $i + $j - 1;
|
||||
$s = static::BASE * $i + $j;
|
||||
$r->rshift($s);
|
||||
return $s;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user