Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
jaakkor2 committed Oct 11, 2024
1 parent 75b53b5 commit 8fcabff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function to_str(buffer, n, lengths::AbstractVector)
end

function to_str(buffer, n, length::Integer)
str = StringVector{String}(buffer, n)
str = StringVector{String}(buffer, Int(n))
str.lengths .= length
offset = UInt64(0)
@inbounds for i in 1:n
Expand Down

0 comments on commit 8fcabff

Please sign in to comment.