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

Diff for /src/usr.bin/aucat/Attic/sock.c between version 1.25 and 1.26

version 1.25, 2009/08/26 06:10:15 version 1.26, 2009/08/27 06:31:13
Line 786 
Line 786 
                         DPRINTF("sock_hello: out of mixer slots\n");                          DPRINTF("sock_hello: out of mixer slots\n");
                         return 0;                          return 0;
                 }                  }
                 if (f->mode & AMSG_PLAY)  
                         ctl_slotvol(dev_midi, f->slot, MIDI_MAXCTL);  
         }          }
         f->pstate = SOCK_INIT;          f->pstate = SOCK_INIT;
         return 1;          return 1;

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