Przeglądaj źródła

Print all pregaps for track 1 in --split-gaps mode (bug #5965, part 1 of 2).

master
Svend Sorensen 18 lat temu
rodzic
commit
c9775d368c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/tools/cuebreakpoints.c

+ 1
- 1
src/tools/cuebreakpoints.c Wyświetl plik

@@ -94,7 +94,7 @@ void print_breaks (Cd *cd, int gaps)
/* TODO: should first track's pregap be split when appending?
* this could be a suprising default
*/
if (1 < i) {
if (1 < i || gaps == SPLIT) {
b += track_get_index(track, 1) - track_get_zero_pre(track);
print_breakpoint(b);
}


Ładowanie…
Anuluj
Zapisz