Commit d5fdb88d by doszhang

dos

parent fa43df59
...@@ -541,7 +541,7 @@ function checkIt(bind, maxNum) { ...@@ -541,7 +541,7 @@ function checkIt(bind, maxNum) {
{ {
len += 2; len += 2;
} }
if (len >= maxNum) { if (len > maxNum) {
return false; return false;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment