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
d747b76c
Commit
d747b76c
authored
Oct 19, 2000
by
Andreas Mohr
Committed by
Alexandre Julliard
Oct 19, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sequencer error message fix.
parent
af7f901c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
midi.c
dlls/winmm/wineoss/midi.c
+5
-5
No files found.
dlls/winmm/wineoss/midi.c
View file @
d747b76c
...
...
@@ -383,15 +383,15 @@ static int midiOpenSeq(void)
if
(
midiSeqFD
==
-
1
)
{
if
(
midi_warn
)
{
MESSAGE
(
"Can't open MIDI device '%s' ! (%s).
If your
program needs this (probably not),
%s
\n
"
,
MESSAGE
(
"Can't open MIDI device '%s' ! (%s).
If your "
"program needs this (probably not):
%s
\n
"
,
MIDI_SEQ
,
strerror
(
errno
),
errno
==
ENOENT
?
"
:
create it ! (
\"
man MAKEDEV
\"
?)"
:
"create it ! (
\"
man MAKEDEV
\"
?)"
:
errno
==
ENODEV
?
"
:
load MIDI sequencer kernel driver !"
:
"load MIDI sequencer kernel driver !"
:
errno
==
EACCES
?
"
:
grant access ! (
\"
man chmod
\"
)"
:
""
"grant access ! (
\"
man chmod
\"
)"
:
""
);
}
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