#209 Use offsetof()
Pull request opened by
antonblanchard
Magic has an open coded version of offsetof() which clang complains about, because it takes the offset of a null pointer. Use offsetof() instead.
RTimothyEdwards/magic
✅ All checks have passed
2/2 successful checks