| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 885ed96 commit 0544410
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -60,8 +60,8 @@ function checkInt(value, min, max, buf, offset, byteLength) { | |||
| 60 | 60 | if (min === 0 || min === 0n) { | |
| 61 | 61 | range = `>= 0${n} and < 2${n} ** ${(byteLength + 1) * 8}${n}`; | |
| 62 | 62 | } else { | |
| 63 | - range = `>= -(2${n} ** ${(byteLength + 1) * 8 - 1}${n}) and < 2 ** ` + | ||
| 64 | - `${(byteLength + 1) * 8 - 1}${n}`; | ||
| 63 | + range = `>= -(2${n} ** ${(byteLength + 1) * 8 - 1}${n}) and ` + | ||
| 64 | + `< 2${n} ** ${(byteLength + 1) * 8 - 1}${n}`; | ||
| 65 | 65 | } | |
| 66 | 66 | } else { | |
| 67 | 67 | range = `>= ${min}${n} and <= ${max}${n}`; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments