$NetBSD: patch-ae,v 1.3 2013/05/27 10:27:02 drochner Exp $

--- src/update_song.c.orig	2012-12-20 12:56:41.000000000 +0000
+++ src/update_song.c
@@ -104,7 +104,7 @@ update_song_file(struct directory *direc
 		 const struct stat *st)
 {
 	const struct decoder_plugin *plugin =
-		decoder_plugin_from_suffix(suffix, false);
+		decoder_plugin_from_suffix(suffix, NULL);
 	if (plugin == NULL)
 		return false;
 
