Skip to content

Commit

Permalink
add fixes propsed by ~master-morzod
Browse files Browse the repository at this point in the history
  • Loading branch information
sidnym-ladrut committed Sep 6, 2023
1 parent 3a06580 commit fb332c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/noun/jets/b/mate.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
return u3k(a);
} else if ( u3_nul == a ) {
return u3k(b);
} else if ( c3y == u3r_sing(a, b) ) {
} else if ( c3y == u3r_sing(u3t(a), u3t(b)) ) {
return u3k(a);
} else {
return u3m_bail(c3__fail);
return u3m_error("mate");
}
}
u3_noun
Expand Down

0 comments on commit fb332c0

Please sign in to comment.