Skip to content

Commit

Permalink
Update DataFrame_tools.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
mwsohn authored May 8, 2020
1 parent c9717c8 commit 8b7c274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataFrame_tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ function _read_dta(io, release, rlen, len, nvar,varlist,typelist,fmtlist,numskip
v = read(io,Int32)
o = read(io,Int32)
elseif release == 118
z = read(io,UInt8,8)
z = read(io,8)
v = reinterpret(Int16,z[1:2])[1]
o = (reinterpret(Int64,z)[1] >> 16)
end
Expand Down

0 comments on commit 8b7c274

Please sign in to comment.