=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/audioctl/audioctl.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/audioctl/audioctl.c 2003/04/16 01:36:39 1.9 --- src/usr.bin/audioctl/audioctl.c 2003/06/21 01:39:07 1.10 *************** *** 1,4 **** ! /* $OpenBSD: audioctl.c,v 1.9 2003/04/16 01:36:39 deraadt Exp $ */ /* $NetBSD: audioctl.c,v 1.14 1998/04/27 16:55:23 augustss Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: audioctl.c,v 1.10 2003/06/21 01:39:07 deraadt Exp $ */ /* $NetBSD: audioctl.c,v 1.14 1998/04/27 16:55:23 augustss Exp $ */ /* *************** *** 395,401 **** while(argc--) { char *q; ! if (q = strchr(*argv, '=')) { *q++ = 0; p = findfield(*argv); if (p == 0) --- 395,401 ---- while(argc--) { char *q; ! if ((q = strchr(*argv, '='))) { *q++ = 0; p = findfield(*argv); if (p == 0)