Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2
pmidi
pmidi-mts-fix.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pmidi-mts-fix.diff of Package pmidi
--- src/midiread.c.orig 2001-08-17 08:27:09.000000000 +0900 +++ src/midiread.c 2007-03-08 11:36:51.000000000 +0900 @@ -258,9 +258,9 @@ * Do not set the device if the type is 0xf0 as these commands are * not channel specific */ - device = 0; + device = msp->port<<4; if (type != 0xf0) - device = (msp->port<<4) + ch; + device += ch; msp->device = device; el = NULL;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor