mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Don't mask last track number with end word, better be shure that it is 170
This commit is contained in:
parent
1cf944e85c
commit
fccbca1d40
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ int info (char *arg)
|
|||
printf ("%5d ", toc_buffer[i].track);
|
||||
prtrack (toc_buffer + i, 0);
|
||||
}
|
||||
printf (" end ");
|
||||
printf ("%5d ", toc_buffer[n].track);
|
||||
prtrack (toc_buffer + n, 1);
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue