Mercurial > audlegacy
comparison Plugins/Input/cue/cuesheet.c @ 1470:cefd1ff614dd trunk
[svn] - finishing touches
author | nenolod |
---|---|
date | Wed, 02 Aug 2006 19:49:45 -0700 |
parents | 27b62d78f35e |
children | 4c5ceb777d60 |
comparison
equal
deleted
inserted
replaced
1469:27b62d78f35e | 1470:cefd1ff614dd |
---|---|
187 | 187 |
188 out = bmp_title_input_new(); | 188 out = bmp_title_input_new(); |
189 | 189 |
190 out->genre = g_strdup(phys_tuple->genre); | 190 out->genre = g_strdup(phys_tuple->genre); |
191 out->album_name = g_strdup(phys_tuple->album_name); | 191 out->album_name = g_strdup(phys_tuple->album_name); |
192 out->file_path = g_strdup(phys_tuple->file_path); | |
193 out->file_name = g_strdup(phys_tuple->file_name); | |
194 out->file_ext = g_strdup(phys_tuple->file_ext); | |
192 out->length = phys_tuple->length; | 195 out->length = phys_tuple->length; |
193 | 196 |
194 bmp_title_input_free(phys_tuple); | 197 bmp_title_input_free(phys_tuple); |
195 | 198 |
196 out->track_name = cue_tracks[track].title; | 199 out->track_name = cue_tracks[track].title; |