Skip to content

Commit dacaed8

Browse files
Update base/toml_parser.jl
Co-authored-by: Kristoffer Carlsson <[email protected]>
1 parent b169375 commit dacaed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/toml_parser.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ function parse_string_continue(l::Parser, multiline::Bool, quoted::Bool)::Err{St
11401140
if !accept_n(l, n, isvalid_hex)
11411141
return ParserError(ErrInvalidUnicodeScalar)
11421142
end
1143-
codepoint = parse_int(l, false, 16)::Int
1143+
codepoint = parse_int(l, false, 16)::Int64
11441144
#=
11451145
Unicode Scalar Value
11461146
---------------------

0 commit comments

Comments
 (0)