Skip to content

Commit

Permalink
Merge pull request #27 from davidanthoff/fix-locate-bug
Browse files Browse the repository at this point in the history
Fix a typo in the locate function
  • Loading branch information
ExpandingMan authored May 14, 2018
2 parents 7b891b7 + a1c4fef commit efa14e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locate.jl
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function locate(::Type{NullableBitPrimitive}, data::Vector{UInt8}, ::Type{Union{
vec::T) where {T}
bmask = Locate.Bitmask(vec)
vals = Locate.Values{Bool}(vec)
NullableBitPrimitive(data, bmask.loc, values.loc, Locate.length(vec))
NullableBitPrimitive(data, bmask.loc, vals.loc, Locate.length(vec))
end
export locate

0 comments on commit efa14e9

Please sign in to comment.