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

[svn] - fix
author nenolod
date Sat, 25 Nov 2006 20:10:34 -0800
parents 1bf162c7b4b9
children 86b52a87ba33
comparison
equal deleted inserted replaced
308:1bf162c7b4b9 309:b7aab7965968
279 279
280 static void play_cue_uri(gchar *uri) 280 static void play_cue_uri(gchar *uri)
281 { 281 {
282 gchar *path2 = g_strdup(uri + 6); 282 gchar *path2 = g_strdup(uri + 6);
283 gchar *_path = strchr(path2, '?'); 283 gchar *_path = strchr(path2, '?');
284 gint file_length = 0;
284 gint track = 0; 285 gint track = 0;
285 286
286 if (_path != NULL && *_path == '?') 287 if (_path != NULL && *_path == '?')
287 { 288 {
288 *_path = '\0'; 289 *_path = '\0';