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 1066 - fix for incorrect define for MOD_MUSIC
Summary: fix for incorrect define for MOD_MUSIC
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: Other All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 20:39 UTC by Andrey
Modified: 2011-02-17 13:35 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey 2010-10-20 20:39:05 UTC
latest version from HG.

see small patch:

--- a/music.c   Sat Jun 26 08:01:15 2010 -0700
+++ b/music.c   Thu Oct 21 12:36:15 2010 +0900
@@ -1397,7 +1397,7 @@
 #endif
        } else
 #endif
-#if defined(MODPLUG_MUSIC) || defined(MODPLUG_MUSIC)
+#if defined(MODPLUG_MUSIC) || defined(MOD_MUSIC)
        if (1) {
                music->error = 1;
 #ifdef MODPLUG_MUSIC
Comment 1 Sam Lantinga 2011-02-17 13:35:44 UTC
This change is in, thanks!
http://hg.libsdl.org/SDL_mixer/rev/7a95f36a8bbf