mirror of
https://github.com/urbit/shrub.git
synced 2025-01-01 17:16:47 +03:00
Minor bull fix.
This commit is contained in:
parent
ce4daf0586
commit
f2636893db
@ -37,6 +37,13 @@
|
||||
case c3__atom: {
|
||||
return c3__void;
|
||||
}
|
||||
case c3__bull: {
|
||||
if ( (u2_no == u2_as_trel(sut, 0, &p_sut, &q_sut)) ) {
|
||||
return u2_bl_bail(wir_r, c3__fail);
|
||||
} else {
|
||||
return _peek_in(wir_r, van, q_sut, way, axe, gil);
|
||||
}
|
||||
}
|
||||
case c3__cell: {
|
||||
if ( (u2_no == u2_as_trel(sut, 0, &p_sut, &q_sut)) ) {
|
||||
return u2_bl_bail(wir_r, c3__fail);
|
||||
|
Loading…
Reference in New Issue
Block a user