Skip to content

Commit

Permalink
Merge remote-tracking branch 'ohaitch/fix-dtzy-n'
Browse files Browse the repository at this point in the history
Change a compiler jet to match a bugfix
see arvo@84ae855ccecc492b20875fc030981e34ab722d2e
  • Loading branch information
juped committed Feb 16, 2016
2 parents 81ba11c + 2bbefd1 commit dca16bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jets/f/ut_play.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
_play_sand(u3_noun odo, u3_noun bob)
{
if ( c3y == u3ud(bob) ) {
if ( 'n' == odo ) {
if ( (bob != 0) ) {
return u3m_bail(c3__exit);
} else {
return u3nq(c3__atom, odo, u3_nul, bob);
}
}
if ( 'f' == odo ) {
if ( (bob > 1) ) {
return u3m_bail(c3__exit);
Expand Down

0 comments on commit dca16bc

Please sign in to comment.