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

Diff for /src/usr.bin/sndiod/miofile.c between version 1.2 and 1.3

version 1.2, 2012/11/30 20:30:24 version 1.3, 2012/11/30 22:26:34
Line 118 
Line 118 
                 if (n < count)                  if (n < count)
                         break;                          break;
         }          }
           if (p->state == PORT_DRAIN && ep->obuf.used == 0)
                   port_close(p);
         midi_fill(ep);          midi_fill(ep);
 }  }
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3