artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdb0dae
)
fix message to reflect "rmidi" is the expected string; ok ratchov@
author
miko
<miko@openbsd.org>
Wed, 19 Sep 2018 16:21:00 +0000
(16:21 +0000)
committer
miko
<miko@openbsd.org>
Wed, 19 Sep 2018 16:21:00 +0000
(16:21 +0000)
lib/libsndio/mio_rmidi.c
patch
|
blob
|
history
diff --git
a/lib/libsndio/mio_rmidi.c
b/lib/libsndio/mio_rmidi.c
index
5e3b9a6
..
956b363
100644
(file)
--- a/
lib/libsndio/mio_rmidi.c
+++ b/
lib/libsndio/mio_rmidi.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mio_rmidi.c,v 1.2
6 2018/09/19 14:01:52
miko Exp $ */
+/* $OpenBSD: mio_rmidi.c,v 1.2
7 2018/09/19 16:21:00
miko Exp $ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
@@
-68,7
+68,7
@@
mio_rmidi_getfd(const char *str, unsigned int mode, int nbio)
#endif
p = _sndio_parsetype(str, "rmidi");
if (p == NULL) {
- DPRINTF("mio_rmidi_getfd: %s: \"r
snd
\" expected\n", str);
+ DPRINTF("mio_rmidi_getfd: %s: \"r
midi
\" expected\n", str);
return -1;
}
switch (*p) {