summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-07 09:00:15 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-10-07 09:00:15 +0200
commitce23617edf75c0ca8d49fb1d562921e11cb384bf (patch)
treef7c4710c387359b8454b7204f0732a8381c567d7 /playlist.c
parentf7265784afff6f9c1536a5971adca0376318c156 (diff)
removed usage of INDEX 00 from cuesheet reader
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/playlist.c b/playlist.c
index 618211b0..25a6208a 100644
--- a/playlist.c
+++ b/playlist.c
@@ -174,10 +174,10 @@ pl_process_cue_track (playItem_t *after, const char *fname, playItem_t **prev, c
// PREGAP command
prevtime = f_index01 - f_pregap;
}
- else if (index00[0] && index01[0]) {
- // pregap in index 00
- prevtime = f_index00;
- }
+// else if (index00[0] && index01[0]) {
+// // pregap in index 00
+// prevtime = f_index00;
+// }
else if (index01[0]) {
// no pregap
prevtime = f_index01;