changeset 309:b7aab7965968 trunk

[svn] - fix
author nenolod
date Sat, 25 Nov 2006 20:10:34 -0800
parents 1bf162c7b4b9
children 86b52a87ba33
files ChangeLog src/cue/cuesheet.c
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 25 19:48:27 2006 -0800
+++ b/ChangeLog	Sat Nov 25 20:10:34 2006 -0800
@@ -1,3 +1,11 @@
+2006-11-26 03:48:27 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [672]
+  - cuesheet plugin improvements via hiro @ audacious boards
+  
+  trunk/src/cue/cuesheet.c |   49 +++++++++++++++++++++++------------------------
+  1 file changed, 25 insertions(+), 24 deletions(-)
+
+
 2006-11-24 11:27:57 +0000  Tony Vroon <chainsaw@gentoo.org>
   revision [670]
   Path saving functionality by TiCPU on #audacious. Whitespace fixed, again.
--- a/src/cue/cuesheet.c	Sat Nov 25 19:48:27 2006 -0800
+++ b/src/cue/cuesheet.c	Sat Nov 25 20:10:34 2006 -0800
@@ -281,6 +281,7 @@
 {
         gchar *path2 = g_strdup(uri + 6);
         gchar *_path = strchr(path2, '?');
+	gint file_length = 0;
 	gint track = 0;
 
         if (_path != NULL && *_path == '?')