From da7663fadd236ac60bcc1adb0ef6063b14ec2f26 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Sat, 14 Jun 2008 04:16:06 +0000 Subject: 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/branches/branch-0.13.0-fixes@7376 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/mod_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/inputPlugins/mod_plugin.c b/src/inputPlugins/mod_plugin.c index 800abc95f..abfcb652d 100644 --- a/src/inputPlugins/mod_plugin.c +++ b/src/inputPlugins/mod_plugin.c @@ -66,7 +66,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 */ -- cgit v1.2.3