changeset 1470:cefd1ff614dd trunk

[svn] - finishing touches
author nenolod
date Wed, 02 Aug 2006 19:49:45 -0700
parents 27b62d78f35e
children 4c5ceb777d60
files ChangeLog Plugins/Input/cue/cuesheet.c
diffstat 2 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Aug 02 19:34:19 2006 -0700
+++ b/ChangeLog	Wed Aug 02 19:49:45 2006 -0700
@@ -1,3 +1,12 @@
+2006-08-03 02:34:19 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1852]
+  - fix a bug in the tuple builder
+  
+
+  Changes:        Modified:
+  +2 -2           trunk/Plugins/Input/cue/cuesheet.c  
+
+
 2006-08-03 02:24:40 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1850]
   - tuple builder
--- a/Plugins/Input/cue/cuesheet.c	Wed Aug 02 19:34:19 2006 -0700
+++ b/Plugins/Input/cue/cuesheet.c	Wed Aug 02 19:49:45 2006 -0700
@@ -189,6 +189,9 @@
 
 	out->genre = g_strdup(phys_tuple->genre);	
 	out->album_name = g_strdup(phys_tuple->album_name);
+	out->file_path = g_strdup(phys_tuple->file_path);	
+	out->file_name = g_strdup(phys_tuple->file_name);
+	out->file_ext = g_strdup(phys_tuple->file_ext);
 	out->length = phys_tuple->length;
 
 	bmp_title_input_free(phys_tuple);