Skip to content
Snippets Groups Projects
Commit 435bdf24 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix ;binary subtyping

parent 7c90250f
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ int is_ad_subtype(
return 0;
}
if( super->ad_flags && ( super->ad_flags == sub->ad_flags )) {
if( super->ad_flags && ( super->ad_flags != sub->ad_flags )) {
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment