mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
adding check to fix
This commit is contained in:
parent
ac2337a6a7
commit
9014af72c8
@ -189,7 +189,8 @@ _behn_io_kick(u3_auto* car_u, u3_noun wir, u3_noun cad)
|
|||||||
|
|
||||||
if ( (c3n == u3r_cell(wir, &i_wir, 0))
|
if ( (c3n == u3r_cell(wir, &i_wir, 0))
|
||||||
|| (c3n == u3r_cell(cad, &tag, &dat))
|
|| (c3n == u3r_cell(cad, &tag, &dat))
|
||||||
|| (c3__behn != i_wir) )
|
|| (c3__behn != i_wir)
|
||||||
|
|| (c3__doze != tag) )
|
||||||
{
|
{
|
||||||
ret_o = c3n;
|
ret_o = c3n;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user