File mt-daapd.diff of Package mt-daapd
--- contrib/mt-daapd.conf
+++ contrib/mt-daapd.conf	2005/02/08 17:13:22
@@ -61,7 +61,7 @@
 # in the same physical filesystem.
 #
 
-mp3_dir		/mnt/mp3
+mp3_dir		/srv/music
 
 #
 # servername (required)
@@ -122,7 +122,7 @@
 #
 #
 
-extensions .mp3,.m4a,.m4p
+extensions .mp3,.m4a,.m4p,.ogg
 
 #
 # logfile (optional)
--- src/query.c
+++ src/query.c	2005/02/08 17:13:22
@@ -422,6 +422,8 @@
     case qot_const:
 	return query->left.constant;
     }
+    /* should not happen */
+    return 0;
 }
 
 void query_free(query_node_t* query)