Fixed off-by-one cuebreakpoints track printing.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user