Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passtests arm #2509

Merged
merged 1 commit into from Mar 30, 2016
Merged

Passtests arm #2509

merged 1 commit into from Mar 30, 2016

Conversation

ericfont
Copy link
Contributor

everything except tst_capella_io is passing on my ARMv7a arch linux labtop so far...

@@ -265,7 +265,7 @@ void MTrack::processMeta(int tick, const MidiEvent& mm)
qDebug("processMeta: no staff");
return;
}
const uchar* data = (uchar*)mm.edata();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: I removed this (uchar_) because it is superfluous, since both edata() and data are uchar_ already.

@lasconic lasconic merged commit d9bd0dc into musescore:master Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants