[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.7 and 1.8

version 1.7, 2020/06/12 15:40:18 version 1.8, 2021/01/28 11:17:58
Line 187 
Line 187 
 {  {
         struct port *p = arg;          struct port *p = arg;
   
         if (!port_reopen(p))          if (!port_reopen(p)) {
                 port_abort(p);                  midi_abort(p->midi);
                   if (p->state != PORT_CFG)
                           port_close(p);
           }
 }  }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8