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

Diff for /src/usr.bin/aucat/Attic/aproc.c between version 1.57 and 1.58

version 1.57, 2010/05/02 11:12:31 version 1.58, 2010/05/04 19:40:08
Line 779 
Line 779 
         if (!MIX_ROK(ibuf))          if (!MIX_ROK(ibuf))
                 return 0;                  return 0;
         scount = 0;          scount = 0;
         odone = obuf->w.mix.todo;          odone = obuf->len;
         for (i = LIST_FIRST(&p->ins); i != NULL; i = inext) {          for (i = LIST_FIRST(&p->ins); i != NULL; i = inext) {
                 inext = LIST_NEXT(i, ient);                  inext = LIST_NEXT(i, ient);
                 if (i->r.mix.drop >= 0 && !abuf_fill(i))                  if (i->r.mix.drop >= 0 && !abuf_fill(i))

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58