Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
3b37e7ae
Commit
3b37e7ae
authored
Oct 13, 2000
by
Chris Morgan
Committed by
Alexandre Julliard
Oct 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Indicate that the MIDI error message only affects programs that need MIDI.
parent
411faaee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
midi.c
dlls/winmm/wineoss/midi.c
+4
-3
No files found.
dlls/winmm/wineoss/midi.c
View file @
3b37e7ae
...
@@ -383,14 +383,15 @@ static int midiOpenSeq(void)
...
@@ -383,14 +383,15 @@ static int midiOpenSeq(void)
if
(
midiSeqFD
==
-
1
)
{
if
(
midiSeqFD
==
-
1
)
{
if
(
midi_warn
)
if
(
midi_warn
)
{
{
MESSAGE
(
"Can't open MIDI device '%s' ! (%s)%s
\n
"
,
MESSAGE
(
"Can't open MIDI device '%s' ! (%s). If your
program needs this (probably not), %s
\n
"
,
MIDI_SEQ
,
strerror
(
errno
),
MIDI_SEQ
,
strerror
(
errno
),
errno
==
ENOENT
?
errno
==
ENOENT
?
": create it ! (
\"
man MAKEDEV
\"
?)"
:
": create it ! (
\"
man MAKEDEV
\"
?)"
:
errno
==
ENODEV
?
errno
==
ENODEV
?
":
L
oad MIDI sequencer kernel driver !"
:
":
l
oad MIDI sequencer kernel driver !"
:
errno
==
EACCES
?
errno
==
EACCES
?
":
G
rant access ! (
\"
man chmod
\"
)"
:
""
":
g
rant access ! (
\"
man chmod
\"
)"
:
""
);
);
}
}
midi_warn
=
0
;
midi_warn
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment