diff options
author | Jonathan Gray | 2002-12-30 06:24:59 +0000 |
---|---|---|
committer | Jonathan Gray | 2002-12-30 06:24:59 +0000 |
commit | 8acd77b85ed13493bc0b02b1a589f4f3ce404a62 (patch) | |
tree | 6ec1a45b781fa7db7e0e71450224bd6c347b82a1 | |
parent | 5c6bd0f65826fd8a588f7ca4dd6f471703ba5ef5 (diff) | |
download | scummvm-rg350-8acd77b85ed13493bc0b02b1a589f4f3ce404a62.tar.gz scummvm-rg350-8acd77b85ed13493bc0b02b1a589f4f3ce404a62.tar.bz2 scummvm-rg350-8acd77b85ed13493bc0b02b1a589f4f3ce404a62.zip |
make alsa driver print out the correct port
svn-id: r6272
-rw-r--r-- | backends/midi/alsa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/midi/alsa.cpp b/backends/midi/alsa.cpp index 39816a6b7b..2f7a5fb281 100644 --- a/backends/midi/alsa.cpp +++ b/backends/midi/alsa.cpp @@ -123,7 +123,7 @@ int MidiDriver_ALSA::open() } } - printf("ALSA client initialised [%d:%d]\n", my_client, my_port); + printf("ALSA client initialised [%d:%d]\n", seq_client, seq_port); return 0; } |