mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -577,7 +577,7 @@ public class QueryTTF {
|
||||
* @return 返回bool查询结果
|
||||
*/
|
||||
public boolean inLimit(int code) {
|
||||
return (limitMix <= code) && (code < limitMax);
|
||||
return (limitMix <= code) && (code <= limitMax);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user