We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 809 - native_midi_loadsong should accept const char*
Summary: native_midi_loadsong should accept const char*
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-26 04:38 UTC by Ozkan Sezer
Modified: 2009-09-26 15:23 UTC (History)
0 users

See Also:


Attachments
native_midi_loadsong const patch (2.64 KB, application/octet-stream)
2009-09-26 04:38 UTC, Ozkan Sezer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ozkan Sezer 2009-09-26 04:38:45 UTC
Created attachment 375 [details]
native_midi_loadsong const patch

the filename argument of native_midi_loadsong() should be const char*, the
attached patch does that and also removes the unnecessary char* cast in music.c
where native_midi_loadsong() is called.

Regards.

--
Ozkan
Comment 1 Sam Lantinga 2009-09-26 15:23:28 UTC
This is in subversion, thanks!