# HG changeset patch # User nenolod # Date 1166231511 28800 # Node ID b211dcbec13f1b60746384e20b1f74d9cdd0c30c # Parent 66e09ad0944e4d4083864fb36652b12f96612ef8 [svn] - fix wav.c improper initialization of wav_fmts() diff -r 66e09ad0944e -r b211dcbec13f ChangeLog --- a/ChangeLog Thu Dec 14 18:24:21 2006 -0800 +++ b/ChangeLog Fri Dec 15 17:11:51 2006 -0800 @@ -1,3 +1,11 @@ +2006-12-15 02:24:21 +0000 William Pitcock + revision [836] + - really fix HES/other multitrack this time + + trunk/src/console/Audacious_Driver.cxx | 5 +++++ + 1 file changed, 5 insertions(+) + + 2006-12-15 02:12:13 +0000 William Pitcock revision [834] - avoid opening VFS FDs for track URIs where we know that the file is valid diff -r 66e09ad0944e -r b211dcbec13f src/wav/wav.c --- a/src/wav/wav.c Thu Dec 14 18:24:21 2006 -0800 +++ b/src/wav/wav.c Fri Dec 15 17:11:51 2006 -0800 @@ -56,6 +56,10 @@ get_song_info, NULL, /* file_info_box */ NULL, + NULL, + NULL, + NULL, + NULL, wav_fmts, };