Merge remote-tracking branch 'ohaitch/fix-dtzy-n'

Change a compiler jet to match a bugfix
see arvo@84ae855ccecc492b20875fc030981e34ab722d2e
This commit is contained in:
Raymond Pasco 2016-02-16 15:50:45 -05:00
commit dca16bc7bb

View File

@ -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);