[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.14 and 1.14.2.1

version 1.14, 2009/02/06 08:29:35 version 1.14.2.1, 2009/04/27 20:42:51
Line 127 
Line 127 
 {  {
         struct sock *f = (struct sock *)p->u.io.file;          struct sock *f = (struct sock *)p->u.io.file;
   
         if (!(f->mode & AMSG_PLAY))          if (f->mode & AMSG_REC)
                 return;                  return;
   
         f->delta += delta;          f->delta += delta;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.2.1