diff src/cue/cuesheet.c @ 309:b7aab7965968 trunk

[svn] - fix
author nenolod
date Sat, 25 Nov 2006 20:10:34 -0800
parents 1bf162c7b4b9
children 86b52a87ba33
line wrap: on
line diff
--- 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 == '?')