=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/aucat.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- src/usr.bin/aucat/aucat.c 2010/06/05 16:00:52 1.94 +++ src/usr.bin/aucat/aucat.c 2010/06/20 11:32:54 1.95 @@ -1,4 +1,4 @@ -/* $OpenBSD: aucat.c,v 1.94 2010/06/05 16:00:52 ratchov Exp $ */ +/* $OpenBSD: aucat.c,v 1.95 2010/06/20 11:32:54 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -930,8 +930,8 @@ cm = SLIST_FIRST(&mids); SLIST_REMOVE_HEAD(&mids, entry); if (!dev_thruadd(d, cm->path, - !SLIST_EMPTY(&ins) || l_flag, - !SLIST_EMPTY(&outs) || l_flag)) { + !SLIST_EMPTY(&outs) || l_flag, + !SLIST_EMPTY(&ins) || l_flag)) { errx(1, "%s: can't open device", cm->path); } free(cm);