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

Diff for /src/usr.bin/audioctl/audioctl.c between version 1.34 and 1.35

version 1.34, 2016/08/31 09:48:26 version 1.35, 2017/05/31 04:18:58
Line 260 
Line 260 
                         printf("\n");                          printf("\n");
                 }                  }
         }          }
         if (!set)          if (!set) {
                   close(fd);
                 return 0;                  return 0;
           }
         if (ioctl(fd, AUDIO_SETPAR, &wpar) < 0)          if (ioctl(fd, AUDIO_SETPAR, &wpar) < 0)
                 err(1, "AUDIO_SETPAR");                  err(1, "AUDIO_SETPAR");
         if (ioctl(fd, AUDIO_GETPAR, &wpar) < 0)          if (ioctl(fd, AUDIO_GETPAR, &wpar) < 0)

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35