Fixed off-by-one cuebreakpoints track printing.

This commit is contained in:
Svend Sorensen
2004-09-13 16:44:36 +00:00
parent f0eec41ab5
commit d062f92ae7
2 changed files with 1 additions and 2 deletions

View File

@@ -388,7 +388,6 @@ int main (int argc, char **argv)
else if (0 == strcmp("toc", optarg))
format = TOC;
break;
/* TODO add track selection */
case 'n':
trackno = atoi(optarg);
break;