Skip to content

Commit

Permalink
probably fix #5818
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffBezanson committed Feb 14, 2014
1 parent bf32f25 commit 0f12443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/env.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function next(hash::EnvHash, pos::Ptr{Uint8})
if m == nothing
error("malformed environment entry: $env")
end
(ByteString[convert(typeof(env),x) for x in m.captures], i+1)
(ByteString[convert(typeof(env),x) for x in m.captures], pos+len+1)
end
end

Expand Down

0 comments on commit 0f12443

Please sign in to comment.