Commit 4f247ca4 authored by Hans de Goede's avatar Hans de Goede Committed by Eric Wong

mod: fix crashing on modtracker files

This patch was taken from http://bugzilla.livna.org/show_bug.cgi?id=1987 and addresses bug 0001693[1] [1] - http://musicpd.org/mantis/view.php?id=1693 git-svn-id: https://svn.musicpd.org/mpd/trunk@7374 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 29df78fe
......@@ -60,7 +60,7 @@ static MDRIVER drv_mpd = {
255,
#if (LIBMIKMOD_VERSION > 0x030106)
"mpd", /* Alias */
#if (LIBMIKMOD_VERSION > 0x030200)
#if (LIBMIKMOD_VERSION >= 0x030200)
NULL, /* CmdLineHelp */
#endif
NULL, /* CommandLine */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment