summaryrefslogtreecommitdiff
path: root/apps/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mpeg.c')
-rw-r--r--apps/mpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c
index e8cc03d014..e28260b6a7 100644
--- a/apps/mpeg.c
+++ b/apps/mpeg.c
@@ -2057,7 +2057,6 @@ struct mp3entry* audio_current_track()
2057 if (look_for_cuesheet_file(id3->path, cuepath) && 2057 if (look_for_cuesheet_file(id3->path, cuepath) &&
2058 parse_cuesheet(cuepath, curr_cuesheet)) 2058 parse_cuesheet(cuepath, curr_cuesheet))
2059 { 2059 {
2060 strcpy(curr_cuesheet->audio_filename, id3->path);
2061 id3->cuesheet = curr_cuesheet; 2060 id3->cuesheet = curr_cuesheet;
2062 cue_spoof_id3(curr_cuesheet, id3); 2061 cue_spoof_id3(curr_cuesheet, id3);
2063 } 2062 }