Skip to content

Commit

Permalink
Merge pull request #573 from JuliaIO/JonasIsensee-patch-2
Browse files Browse the repository at this point in the history
hot fix
  • Loading branch information
JonasIsensee authored Jul 16, 2024
2 parents 6ad8cdd + 114f790 commit ae8a06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/reconstructing_datatypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ function jlconvert(rr::ReadRepresentation{T,DataTypeODR()},
end
hasparams = !isempty(params)
mypath = String(jlconvert(ReadRepresentation{UInt8,Vlen{UInt8}}(), f, ptr, NULL_REFERENCE))
@show mypath params

if mypath in keys(f.typemap)
m = f.typemap[mypath]
m isa Upgrade && return m
Expand Down

0 comments on commit ae8a06a

Please sign in to comment.