[BACK]Return to midi.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/midi.c between version 1.26 and 1.27

version 1.26, 2010/06/04 07:02:59 version 1.27, 2010/06/05 16:05:17
Line 1120 
Line 1120 
         if (!(p->flags & APROC_QUIT))          if (!(p->flags & APROC_QUIT))
                 return;                  return;
         for (i = 0, s = p->u.ctl.slot; i < CTL_NSLOT; i++, s++) {          for (i = 0, s = p->u.ctl.slot; i < CTL_NSLOT; i++, s++) {
                 if (s->ops)                  if (s->ops != NULL)
                         return;                          s->ops->quit(s->arg);
         }          }
         if (!LIST_EMPTY(&p->outs) || !LIST_EMPTY(&p->ins))          if (!LIST_EMPTY(&p->outs) || !LIST_EMPTY(&p->ins))
                 aproc_del(p);                  aproc_del(p);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27