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

Diff for /src/usr.bin/aucat/Attic/dev.c between version 1.54 and 1.55

version 1.54, 2010/05/08 12:29:08 version 1.55, 2010/05/08 13:08:24
Line 871 
Line 871 
   
         if (APROC_OK(dev_mix)) {          if (APROC_OK(dev_mix)) {
                 mbuf = LIST_FIRST(&dev_mix->outs);                  mbuf = LIST_FIRST(&dev_mix->outs);
                 return mbuf->w.mix.todo + dev_mix->u.mix.lat;                  return -(mbuf->w.mix.todo + dev_mix->u.mix.lat);
         } else          } else
                 return 0;                  return 0;
 }  }

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55