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
This commit is contained in:
Hans de Goede 2008-06-13 07:39:05 +00:00 committed by Eric Wong
parent 29df78fe1e
commit 4f247ca4da

View File

@ -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 */