diff options
author | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-02-16 06:07:57 +0000 |
---|---|---|
committer | Alexandre Ratchov <ratchov@cvs.openbsd.org> | 2015-02-16 06:07:57 +0000 |
commit | 41f9eb89b8b74bcbf06be3db963b6a7712af62f6 (patch) | |
tree | b11583b3ca0db6210b83778c2592dd8c87c456c2 /lib/libsndio | |
parent | f32805c0791baab35ad7db14fb34c023f345aaac (diff) |
Drop yet another hook for ':' char in midi device names.
Diffstat (limited to 'lib/libsndio')
-rw-r--r-- | lib/libsndio/mio_rmidi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libsndio/mio_rmidi.c b/lib/libsndio/mio_rmidi.c index cb9d30cb997..77633c16eb0 100644 --- a/lib/libsndio/mio_rmidi.c +++ b/lib/libsndio/mio_rmidi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mio_rmidi.c,v 1.14 2014/08/15 03:51:40 guenther Exp $ */ +/* $OpenBSD: mio_rmidi.c,v 1.15 2015/02/16 06:07:56 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -60,7 +60,6 @@ _mio_rmidi_open(const char *str, unsigned int mode, int nbio) switch (*str) { case '/': - case ':': /* XXX: for backward compat */ str++; break; default: |