Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Oct 31, 2024
1 parent 8334c6f commit 73b3a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typetree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function typetree_inner(
dl,
seen::TypeTreeTable,
) where {T}
tt = copy(typetree(T, ctx, dl, seen))
tt = copy(typetree(T == UInt8 ? Nothing : T, ctx, dl, seen))
merge!(tt, TypeTree(API.DT_Pointer, ctx))
only!(tt, -1)
return tt
Expand Down

0 comments on commit 73b3a41

Please sign in to comment.