Skip to content

Commit

Permalink
Change membersize to UInt32
Browse files Browse the repository at this point in the history
  • Loading branch information
tknopp committed Jul 3, 2017
1 parent 3a22500 commit 3ca6ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HDF5.jl
Expand Up @@ -1437,7 +1437,7 @@ function read{N}(obj::HDF5Dataset, T::Union{Type{Array{HDF5Compound{N}}},Type{HD
membertype = Vector{Type}(N)
membername = Vector{String}(N)
memberoffset = Vector{UInt64}(N)
membersize = Vector{UInt16}(N)
membersize = Vector{UInt32}(N)
for i = 1:N
filetype = HDF5Datatype(h5t_get_member_type(t.id, i-1))
memberfiletype[i] = filetype
Expand Down

0 comments on commit 3ca6ed2

Please sign in to comment.