Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
cd-info: fix track list header.
  • Loading branch information
vext01 committed Dec 9, 2018
1 parent 539c524 commit 561d7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cd-info.c
Expand Up @@ -971,7 +971,7 @@ main(int argc, char *argv[])

if (!opts.no_tracks) {
printf("CD-ROM Track List (%i - %i)\n" NORMAL,
i_first_track, i_tracks);
i_first_track, i_first_track + i_tracks - 1);

printf(" #: MSF LSN Type Green? Copy?");
if ( CDIO_DISC_MODE_CD_DA == discmode
Expand Down

0 comments on commit 561d7a8

Please sign in to comment.