adding check to fix

This commit is contained in:
Claudia Richoux 2021-12-13 22:17:29 -06:00
parent ac2337a6a7
commit 9014af72c8
No known key found for this signature in database
GPG Key ID: 27D49C76F82116B9

View File

@ -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))
|| (c3n == u3r_cell(cad, &tag, &dat))
|| (c3__behn != i_wir) )
|| (c3__behn != i_wir)
|| (c3__doze != tag) )
{
ret_o = c3n;
}