Skip to content

Commit 90d73ed

Browse files
committed
Redo string fix
1 parent 3505f61 commit 90d73ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strings.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ incr(io::IOBuffer, b) = 1
4646
# @debug "xparse Sentinel, String: quotechar='$quotechar', delims='$delims'"
4747
pos = position(io)
4848
setfield!(r, 3, Int64(pos))
49+
BUF.ptr = 1
4950
ptroff = 0
5051
len = 0
5152
b = 0x00
@@ -99,7 +100,6 @@ incr(io::IOBuffer, b) = 1
99100
setfield!(r, 1, intern(T, (ptr, len)))
100101
end
101102
end
102-
BUF.ptr = 1
103103
r.code |= code
104104
return r
105105
end

0 commit comments

Comments
 (0)