We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfdb23 commit 0536d29Copy full SHA for 0536d29
src/Number.jl
@@ -65,7 +65,7 @@ function parse_number(s, i)
65
end
66
67
# int
68
- while (decimal = c - UInt8('0')) < UInt(10)
+ while (decimal = c - UInt8('0')) < UInt8(10)
69
end_i = i
70
v = 10v + decimal
71
if v < 0
0 commit comments